COLOR #AD75D2

HEX: #AD75D2
RGB: (173,117,210)

Color info

#AD75D2 contains mainly red and blue colors. Web safe color of #AD75D2 is #9966CC (or #96C).

RGB color model

#AD75D2 color RGB value is (173,117,210).

  • red value is 173;
  • green value is 117;
  • blue value is 210.
RGB:
(173,117,210)
(68%,46%,82%)

RGB channels and saturation

R 173 of 255 = 68%
G 117 of 255 = 46%
B 210 of 255 = 82%

173
117
210

R + G + B ~ 65%. #AD75D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 117 + 210 = 500 (100%)
R 173 of 500 ~ 34.6%
G 117 of 500 ~ 23.4%
B 210 of 500 ~ 42%

%34.6
%23.4
%42

CMYK color model

#AD75D2 color CMYK value is (18,44,0,18).

  • cyan value is 17.62%
  • magenta value is 44.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(18,44,0,18)
C18M44Y0K18 
(18%,44%,0%,18%)
(0.18/0.44/0.00/0.18)	

CMYK percentages

%17.62
%44.29
%0
%17.65

Codes

Color #AD75D2 in popluar color models

AD75D2
RGB173117210
HSL276°50.82%64.12%
HSB/HSV276°44.29%82.35%
CMYK17.62%44.29%0.00%
17.65%

Color #AD75D2 in popluar number systems.

HEXAD75D2
Decimal173117210
Binary10101101111010111010010
Octal255165322

Shades and tints

Shades of #AD75D2

#AD75D2
(173,117,210)
#9E6BBF
(158,107,191)
#8F61AC
(143,97,172)
#805799
(128,87,153)
#714D86
(113,77,134)
#624373
(98,67,115)
#533960
(83,57,96)
#442F4D
(68,47,77)
#35253A
(53,37,58)
#261B27
(38,27,39)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #AD75D2

#AD75D2
(173,117,210)
#B481D6
(180,129,214)
#BB8DDA
(187,141,218)
#C299DE
(194,153,222)
#C9A5E2
(201,165,226)
#D0B1E6
(208,177,230)
#D7BDEA
(215,189,234)
#DEC9EE
(222,201,238)
#E5D5F2
(229,213,242)
#ECE1F6
(236,225,246)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD75D2 color. Also use rgb(173,117,210) instead hex code.

Text Font Color

.myTextColor { color: #AD75D2; }

<p style="color:#AD75D2">This sample text font color is #AD75D2.</p>

This text font color is #AD75D2.


Background Color

.myBgColor { background-color: #AD75D2; }

<div style="background-color:#AD75D2">Inner text</div>

This div background color is #AD75D2.


Border color

.myBorderColor { border: 1px solid #AD75D2; }

<div style="border:3px solid #AD75D2">Div</div>

This div border color is #AD75D2.


Opacity

.myOpacity80 { color: #AD75D2; opacity: 0.8; }

<p style="color:#AD75D2;opacity:0.8;">80%</p>

Text with #AD75D2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AD75D2;}

<p style="text-shadow: 3px 3px 1px #AD75D2">Text here.</p>

This text has shadow with #AD75D2 color.

.textShadow {text-shadow: 3px 3px 1px #AD75D2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AD75D2, 5px 5px 20px red">Text here.</p>

This text has shadow with #AD75D2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD75D2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AD75D2, Direction=45, Strength=4)">Text</p>

This text has shadow with #AD75D2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AD75D2;
  -webkit-box-shadow:	1px 1px 3px 2px #AD75D2;
  box-shadow:		1px 1px 3px 2px #AD75D2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD75D2;
-webkit-box-shadow: 1px 1px 3px 2px #AD75D2;
box-shadow:1px 1px 3px 2px #AD75D2;">
Div content here</div>
This div box has shadow with color #AD75D2.

Preview

Color preview on black background

This text has color #AD75D2 on black background.


Color preview on white background

This text has color #AD75D2 on white background.



Black color preview on #AD75D2 background

This text has black color on #AD75D2 background.


White color preview on #AD75D2 background

This text has white color on #AD75D2 background.