Html Css Color HEX #AD0078 Eggplant

📋 copy color: '#AD0078'

red 173 ◦ green 0 ◦ blue 120

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

Shades of Eggplant #AD0078

Tints of Eggplant #AD0078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 59.04%
G = 0%
B = 40.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD0078 (or 0xAD0078) is known color: Eggplant. HEX triplet: AD, 00 and 78. RGB value is (173,0,120). Sum of RGB (Red+Green+Blue) = 173+0+120=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0078 is #52FF87. Grayscale: #414141. Windows color (decimal): -5439368 or 7864493. OLE color: 7864493.

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

Color convert

RGB 173 0 120 -
CMYK 0 1 0.31 0.32
HSL 318.38º 1% 0.34% -
HSV(B) 318.38º 1% 0.68% -
XYZ 20.62 10.24 18.66 -
YUV 65.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 173 0 120 0 1 0.31 0.32 318.38 1 0.34
Hex AD 0 78 0 64 1F 20 13E 64 22
Octal 255 0 170 0 144 37 40 476 144 42
Binary 10101101 0 1111000 0 1100100 11111 100000 100111110 1100100 100010

Color Harmonies of #AD0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0078

Black with #AD0078

Text Example


Text Example

White with #AD0078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0078; }

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

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

background-color css

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

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

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

border-color css

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

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

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