Html Css Color HEX #AD027C Eggplant

📋 copy color: '#AD027C'

red 173 ◦ green 2 ◦ blue 124

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

Shades of Eggplant #AD027C

Tints of Eggplant #AD027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 57.86%
G = 0.67%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD027C (or 0xAD027C) is known color: Eggplant. HEX triplet: AD, 02 and 7C. RGB value is (173,2,124). Sum of RGB (Red+Green+Blue) = 173+2+124=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD027C is #52FD83. Grayscale: #424242. Windows color (decimal): -5438852 or 8127149. OLE color: 8127149.

HSL color Cylindrical-coordinate representation of color #AD027C: hue angle of 317.19º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD027C is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 124 -
CMYK 0 0.99 0.28 0.32
HSL 317.19º 0.98% 0.34% -
HSV(B) 317.19º 0.99% 0.68% -
XYZ 20.89 10.38 19.97 -
YUV 67.04 160.15 203.58 -
System Red Green Blue C M Y K H S L
Decimal 173 2 124 0 0.99 0.28 0.32 317.19 0.98 0.34
Hex AD 2 7C 0 63 1C 20 13D 62 22
Octal 255 2 174 0 143 34 40 475 142 42
Binary 10101101 10 1111100 0 1100011 11100 100000 100111101 1100010 100010

Color Harmonies of #AD027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD027C

Black with #AD027C

Text Example


Text Example

White with #AD027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD027C; }

 p { color: rgb(173,2,124); }

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

background-color css

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

 a { background-color: rgb(173,2,124); }

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

border-color css

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

 span { border-color: rgb(173,2,124); }

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