Html Css Color HEX #AD0578 Eggplant

📋 copy color: '#AD0578'

red 173 ◦ green 5 ◦ blue 120

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

Shades of Eggplant #AD0578

Tints of Eggplant #AD0578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 58.05%
G = 1.68%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD0578 (or 0xAD0578) is known color: Eggplant. HEX triplet: AD, 05 and 78. RGB value is (173,5,120). Sum of RGB (Red+Green+Blue) = 173+5+120=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0578 is #52FA87. Grayscale: #444444. Windows color (decimal): -5438088 or 7865773. OLE color: 7865773.

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

Color convert

RGB 173 5 120 -
CMYK 0 0.97 0.31 0.32
HSL 318.93º 0.94% 0.35% -
HSV(B) 318.93º 0.97% 0.68% -
XYZ 20.68 10.35 18.68 -
YUV 68.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 173 5 120 0 0.97 0.31 0.32 318.93 0.94 0.35
Hex AD 5 78 0 61 1F 20 13F 5E 23
Octal 255 5 170 0 141 37 40 477 136 43
Binary 10101101 101 1111000 0 1100001 11111 100000 100111111 1011110 100011

Color Harmonies of #AD0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0578

Black with #AD0578

Text Example


Text Example

White with #AD0578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0578; }

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

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

background-color css

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

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

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

border-color css

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

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

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