Html Css Color HEX #AD0179 Eggplant

📋 copy color: '#AD0179'

red 173 ◦ green 1 ◦ blue 121

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

Shades of Eggplant #AD0179

Tints of Eggplant #AD0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 58.64%
G = 0.34%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD0179 (or 0xAD0179) is known color: Eggplant. HEX triplet: AD, 01 and 79. RGB value is (173,1,121). Sum of RGB (Red+Green+Blue) = 173+1+121=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0179 is #52FE86. Grayscale: #414141. Windows color (decimal): -5439111 or 7930285. OLE color: 7930285.

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

Color convert

RGB 173 1 121 -
CMYK 0 0.99 0.30 0.32
HSL 318.14º 0.99% 0.34% -
HSV(B) 318.14º 0.99% 0.68% -
XYZ 20.7 10.29 18.98 -
YUV 66.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 173 1 121 0 0.99 0.30 0.32 318.14 0.99 0.34
Hex AD 1 79 0 63 1E 20 13E 63 22
Octal 255 1 171 0 143 36 40 476 143 42
Binary 10101101 1 1111001 0 1100011 11110 100000 100111110 1100011 100010

Color Harmonies of #AD0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0179

Black with #AD0179

Text Example


Text Example

White with #AD0179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0179; }

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

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

background-color css

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

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

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

border-color css

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

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

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