Html Css Color HEX #AD76C9 East Side

📋 copy color: '#AD76C9'

red 173 ◦ green 118 ◦ blue 201

#AD76C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AD76C9

Tints of East Side #AD76C9

RGB

 RED value IS 173 (67.97% from 255) = 35.16%

 GREEN value IS 118 (46.48% from 255) = 23.98%

 BLUE value IS 201 (78.91% from 255) = 40.85%

R = 35.16%
G = 23.98%
B = 40.85%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD76C9 (or 0xAD76C9) is known color: East Side. HEX triplet: AD, 76 and C9. RGB value is (173,118,201). Sum of RGB (Red+Green+Blue) = 173+118+201=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD76C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76C9 is #528936. Grayscale: #8F8F8F. Windows color (decimal): -5409079 or 13203117. OLE color: 13203117.

HSL color Cylindrical-coordinate representation of color #AD76C9: hue angle of 279.76º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD76C9 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 118 201 -
CMYK 0.14 0.41 0 0.21
HSL 279.76º 0.43% 0.63% -
HSV(B) 279.76º 0.41% 0.79% -
XYZ 34.25 26.06 58.48 -
YUV 143.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 173 118 201 0.14 0.41 0 0.21 279.76 0.43 0.63
Hex AD 76 C9 E 29 0 15 118 2B 3F
Octal 255 166 311 16 51 0 25 430 53 77
Binary 10101101 1110110 11001001 1110 101001 0 10101 100011000 101011 111111

Color Harmonies of #AD76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76C9

Black with #AD76C9

Text Example


Text Example

White with #AD76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76C9; }

 p { color: rgb(173,118,201); }

 H1.HeaderClassName
 {
   color: #AD76C9;
 }
 .AnyTagClassName
 {
   color: #AD76C9;
 }
</style>

background-color css

<style>
 a { background-color: #AD76C9; }

 a { background-color: rgb(173,118,201); }

 div.DivClassName
 {
   background-color: #AD76C9;
 }
 .BgClassName
 {
   background-color: #AD76C9;
 }
</style>

border-color css

<style>
 span { border-color: #AD76C9; }

 span { border-color: rgb(173,118,201); }

 td.TdClassName
 {
   border-color: #AD76C9;
 }
 .TagClassName
 {
   border-color: #AD76C9;
 }
</style>