Html Css Color HEX #AD0879 Eggplant

📋 copy color: '#AD0879'

red 173 ◦ green 8 ◦ blue 121

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

Shades of Eggplant #AD0879

Tints of Eggplant #AD0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

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

R = 57.28%
G = 2.65%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD0879 (or 0xAD0879) is known color: Eggplant. HEX triplet: AD, 08 and 79. RGB value is (173,8,121). Sum of RGB (Red+Green+Blue) = 173+8+121=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0879 is #52F786. Grayscale: #454545. Windows color (decimal): -5437319 or 7932077. OLE color: 7932077.

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

Color convert

RGB 173 8 121 -
CMYK 0 0.95 0.30 0.32
HSL 318.91º 0.91% 0.35% -
HSV(B) 318.91º 0.95% 0.68% -
XYZ 20.77 10.44 19.01 -
YUV 70.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 173 8 121 0 0.95 0.30 0.32 318.91 0.91 0.35
Hex AD 8 79 0 5F 1E 20 13F 5B 23
Octal 255 10 171 0 137 36 40 477 133 43
Binary 10101101 1000 1111001 0 1011111 11110 100000 100111111 1011011 100011

Color Harmonies of #AD0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0879

Black with #AD0879

Text Example


Text Example

White with #AD0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0879; }

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

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

background-color css

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

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

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

border-color css

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

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

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