Html Css Color HEX #AD0476 Eggplant

📋 copy color: '#AD0476'

red 173 ◦ green 4 ◦ blue 118

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

Shades of Eggplant #AD0476

Tints of Eggplant #AD0476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 118 (46.48% from 255) = 40%

R = 58.64%
G = 1.36%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD0476 (or 0xAD0476) is known color: Eggplant. HEX triplet: AD, 04 and 76. RGB value is (173,4,118). Sum of RGB (Red+Green+Blue) = 173+4+118=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0476 is #52FB89. Grayscale: #434343. Windows color (decimal): -5438346 or 7734445. OLE color: 7734445.

HSL color Cylindrical-coordinate representation of color #AD0476: hue angle of 319.53º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0476 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 118 -
CMYK 0 0.98 0.32 0.32
HSL 319.53º 0.95% 0.35% -
HSV(B) 319.53º 0.98% 0.68% -
XYZ 20.55 10.28 18.04 -
YUV 67.53 156.49 203.23 -
System Red Green Blue C M Y K H S L
Decimal 173 4 118 0 0.98 0.32 0.32 319.53 0.95 0.35
Hex AD 4 76 0 62 20 20 140 5F 23
Octal 255 4 166 0 142 40 40 500 137 43
Binary 10101101 100 1110110 0 1100010 100000 100000 101000000 1011111 100011

Color Harmonies of #AD0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0476

Black with #AD0476

Text Example


Text Example

White with #AD0476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0476; }

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

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

background-color css

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

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

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

border-color css

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

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

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