Html Css Color HEX #AD027D Eggplant

📋 copy color: '#AD027D'

red 173 ◦ green 2 ◦ blue 125

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

Shades of Eggplant #AD027D

Tints of Eggplant #AD027D

RGB

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

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

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

R = 57.67%
G = 0.67%
B = 41.67%

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

#AD027D (or 0xAD027D) is known color: Eggplant. HEX triplet: AD, 02 and 7D. RGB value is (173,2,125). Sum of RGB (Red+Green+Blue) = 173+2+125=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD027D is #52FD82. Grayscale: #424242. Windows color (decimal): -5438851 or 8192685. OLE color: 8192685.

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

Color convert

RGB 173 2 125 -
CMYK 0 0.99 0.28 0.32
HSL 316.84º 0.98% 0.34% -
HSV(B) 316.84º 0.99% 0.68% -
XYZ 20.96 10.41 20.31 -
YUV 67.15 160.65 203.5 -
System Red Green Blue C M Y K H S L
Decimal 173 2 125 0 0.99 0.28 0.32 316.84 0.98 0.34
Hex AD 2 7D 0 63 1C 20 13D 62 22
Octal 255 2 175 0 143 34 40 475 142 42
Binary 10101101 10 1111101 0 1100011 11100 100000 100111101 1100010 100010

Color Harmonies of #AD027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD027D

Black with #AD027D

Text Example


Text Example

White with #AD027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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