Html Css Color HEX #AD0079 Eggplant

📋 copy color: '#AD0079'

red 173 ◦ green 0 ◦ blue 121

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

Shades of Eggplant #AD0079

Tints of Eggplant #AD0079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.16%

R = 58.84%
G = 0%
B = 41.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD0079 (or 0xAD0079) is known color: Eggplant. HEX triplet: AD, 00 and 79. RGB value is (173,0,121). Sum of RGB (Red+Green+Blue) = 173+0+121=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0079 is #52FF86. Grayscale: #414141. Windows color (decimal): -5439367 or 7930029. OLE color: 7930029.

HSL color Cylindrical-coordinate representation of color #AD0079: hue angle of 318.03º 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 #AD0079 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 0 121 -
CMYK 0 1 0.30 0.32
HSL 318.03º 1% 0.34% -
HSV(B) 318.03º 1% 0.68% -
XYZ 20.68 10.26 18.98 -
YUV 65.52 159.31 204.66 -
System Red Green Blue C M Y K H S L
Decimal 173 0 121 0 1 0.30 0.32 318.03 1 0.34
Hex AD 0 79 0 64 1E 20 13E 64 22
Octal 255 0 171 0 144 36 40 476 144 42
Binary 10101101 0 1111001 0 1100100 11110 100000 100111110 1100100 100010

Color Harmonies of #AD0079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0079

Black with #AD0079

Text Example


Text Example

White with #AD0079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0079; }

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

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

background-color css

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

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

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

border-color css

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

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

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