Html Css Color HEX #AD0076 Eggplant

📋 copy color: '#AD0076'

red 173 ◦ green 0 ◦ blue 118

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

Shades of Eggplant #AD0076

Tints of Eggplant #AD0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.45%
G = 0%
B = 40.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD0076 (or 0xAD0076) is known color: Eggplant. HEX triplet: AD, 00 and 76. RGB value is (173,0,118). Sum of RGB (Red+Green+Blue) = 173+0+118=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0076 is #52FF89. Grayscale: #404040. Windows color (decimal): -5439370 or 7733421. OLE color: 7733421.

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

Color convert

RGB 173 0 118 -
CMYK 0 1 0.32 0.32
HSL 319.08º 1% 0.34% -
HSV(B) 319.08º 1% 0.68% -
XYZ 20.5 10.19 18.03 -
YUV 65.18 157.81 204.91 -
System Red Green Blue C M Y K H S L
Decimal 173 0 118 0 1 0.32 0.32 319.08 1 0.34
Hex AD 0 76 0 64 20 20 13F 64 22
Octal 255 0 166 0 144 40 40 477 144 42
Binary 10101101 0 1110110 0 1100100 100000 100000 100111111 1100100 100010

Color Harmonies of #AD0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0076

Black with #AD0076

Text Example


Text Example

White with #AD0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0076; }

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

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

background-color css

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

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

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

border-color css

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

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

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