Html Css Color HEX #AD037F Eggplant

📋 copy color: '#AD037F'

red 173 ◦ green 3 ◦ blue 127

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

Shades of Eggplant #AD037F

Tints of Eggplant #AD037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.91%

R = 57.1%
G = 0.99%
B = 41.91%

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

#AD037F (or 0xAD037F) is known color: Eggplant. HEX triplet: AD, 03 and 7F. RGB value is (173,3,127). Sum of RGB (Red+Green+Blue) = 173+3+127=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD037F is #52FC80. Grayscale: #434343. Windows color (decimal): -5438593 or 8324013. OLE color: 8324013.

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

Color convert

RGB 173 3 127 -
CMYK 0 0.98 0.27 0.32
HSL 316.24º 0.97% 0.35% -
HSV(B) 316.24º 0.98% 0.68% -
XYZ 21.1 10.48 20.99 -
YUV 67.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 173 3 127 0 0.98 0.27 0.32 316.24 0.97 0.35
Hex AD 3 7F 0 62 1B 20 13C 61 23
Octal 255 3 177 0 142 33 40 474 141 43
Binary 10101101 11 1111111 0 1100010 11011 100000 100111100 1100001 100011

Color Harmonies of #AD037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD037F

Black with #AD037F

Text Example


Text Example

White with #AD037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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