Html Css Color HEX #AD037D Eggplant

📋 copy color: '#AD037D'

red 173 ◦ green 3 ◦ blue 125

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

Shades of Eggplant #AD037D

Tints of Eggplant #AD037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 57.48%
G = 1%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD037D (or 0xAD037D) is known color: Eggplant. HEX triplet: AD, 03 and 7D. RGB value is (173,3,125). Sum of RGB (Red+Green+Blue) = 173+3+125=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD037D is #52FC82. Grayscale: #434343. Windows color (decimal): -5438595 or 8192941. OLE color: 8192941.

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

Color convert

RGB 173 3 125 -
CMYK 0 0.98 0.28 0.32
HSL 316.94º 0.97% 0.35% -
HSV(B) 316.94º 0.98% 0.68% -
XYZ 20.97 10.43 20.31 -
YUV 67.74 160.32 203.08 -
System Red Green Blue C M Y K H S L
Decimal 173 3 125 0 0.98 0.28 0.32 316.94 0.97 0.35
Hex AD 3 7D 0 62 1C 20 13D 61 23
Octal 255 3 175 0 142 34 40 475 141 43
Binary 10101101 11 1111101 0 1100010 11100 100000 100111101 1100001 100011

Color Harmonies of #AD037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD037D

Black with #AD037D

Text Example


Text Example

White with #AD037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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