Html Css Color HEX #AD037E Eggplant

📋 copy color: '#AD037E'

red 173 ◦ green 3 ◦ blue 126

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

Shades of Eggplant #AD037E

Tints of Eggplant #AD037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 126 (49.61% from 255) = 41.72%

R = 57.28%
G = 0.99%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD037E (or 0xAD037E) is known color: Eggplant. HEX triplet: AD, 03 and 7E. RGB value is (173,3,126). Sum of RGB (Red+Green+Blue) = 173+3+126=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD037E is #52FC81. Grayscale: #434343. Windows color (decimal): -5438594 or 8258477. OLE color: 8258477.

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

Color convert

RGB 173 3 126 -
CMYK 0 0.98 0.27 0.32
HSL 316.59º 0.97% 0.35% -
HSV(B) 316.59º 0.98% 0.68% -
XYZ 21.03 10.46 20.65 -
YUV 67.85 160.82 203 -
System Red Green Blue C M Y K H S L
Decimal 173 3 126 0 0.98 0.27 0.32 316.59 0.97 0.35
Hex AD 3 7E 0 62 1B 20 13D 61 23
Octal 255 3 176 0 142 33 40 475 141 43
Binary 10101101 11 1111110 0 1100010 11011 100000 100111101 1100001 100011

Color Harmonies of #AD037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD037E

Black with #AD037E

Text Example


Text Example

White with #AD037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD037E; }

 p { color: rgb(173,3,126); }

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

background-color css

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

 a { background-color: rgb(173,3,126); }

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

border-color css

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

 span { border-color: rgb(173,3,126); }

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