Html Css Color HEX #AD0272 Eggplant

📋 copy color: '#AD0272'

red 173 ◦ green 2 ◦ blue 114

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

Shades of Eggplant #AD0272

Tints of Eggplant #AD0272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 59.86%
G = 0.69%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD0272 (or 0xAD0272) is known color: Eggplant. HEX triplet: AD, 02 and 72. RGB value is (173,2,114). Sum of RGB (Red+Green+Blue) = 173+2+114=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0272 is #52FD8D. Grayscale: #414141. Windows color (decimal): -5438862 or 7471789. OLE color: 7471789.

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

Color convert

RGB 173 2 114 -
CMYK 0 0.99 0.34 0.32
HSL 320.7º 0.98% 0.34% -
HSV(B) 320.7º 0.99% 0.68% -
XYZ 20.29 10.14 16.81 -
YUV 65.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 173 2 114 0 0.99 0.34 0.32 320.7 0.98 0.34
Hex AD 2 72 0 63 22 20 141 62 22
Octal 255 2 162 0 143 42 40 501 142 42
Binary 10101101 10 1110010 0 1100011 100010 100000 101000001 1100010 100010

Color Harmonies of #AD0272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0272

Black with #AD0272

Text Example


Text Example

White with #AD0272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0272; }

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

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

background-color css

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

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

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

border-color css

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

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

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