Html Css Color HEX #AD0479 Eggplant

📋 copy color: '#AD0479'

red 173 ◦ green 4 ◦ blue 121

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

Shades of Eggplant #AD0479

Tints of Eggplant #AD0479

RGB

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

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

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

R = 58.05%
G = 1.34%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD0479 (or 0xAD0479) is known color: Eggplant. HEX triplet: AD, 04 and 79. RGB value is (173,4,121). Sum of RGB (Red+Green+Blue) = 173+4+121=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0479 is #52FB86. Grayscale: #434343. Windows color (decimal): -5438343 or 7931053. OLE color: 7931053.

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

Color convert

RGB 173 4 121 -
CMYK 0 0.98 0.30 0.32
HSL 318.46º 0.95% 0.35% -
HSV(B) 318.46º 0.98% 0.68% -
XYZ 20.73 10.35 18.99 -
YUV 67.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 173 4 121 0 0.98 0.30 0.32 318.46 0.95 0.35
Hex AD 4 79 0 62 1E 20 13E 5F 23
Octal 255 4 171 0 142 36 40 476 137 43
Binary 10101101 100 1111001 0 1100010 11110 100000 100111110 1011111 100011

Color Harmonies of #AD0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0479

Black with #AD0479

Text Example


Text Example

White with #AD0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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