Html Css Color HEX #AD0573 Eggplant

📋 copy color: '#AD0573'

red 173 ◦ green 5 ◦ blue 115

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

Shades of Eggplant #AD0573

Tints of Eggplant #AD0573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.25%

R = 59.04%
G = 1.71%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD0573 (or 0xAD0573) is known color: Eggplant. HEX triplet: AD, 05 and 73. RGB value is (173,5,115). Sum of RGB (Red+Green+Blue) = 173+5+115=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0573 is #52FA8C. Grayscale: #434343. Windows color (decimal): -5438093 or 7538093. OLE color: 7538093.

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

Color convert

RGB 173 5 115 -
CMYK 0 0.97 0.34 0.32
HSL 320.71º 0.94% 0.35% -
HSV(B) 320.71º 0.97% 0.68% -
XYZ 20.38 10.23 17.12 -
YUV 67.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 173 5 115 0 0.97 0.34 0.32 320.71 0.94 0.35
Hex AD 5 73 0 61 22 20 141 5E 23
Octal 255 5 163 0 141 42 40 501 136 43
Binary 10101101 101 1110011 0 1100001 100010 100000 101000001 1011110 100011

Color Harmonies of #AD0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0573

Black with #AD0573

Text Example


Text Example

White with #AD0573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0573; }

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

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

background-color css

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

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

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

border-color css

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

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

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