Html Css Color HEX #A90272 Eggplant

📋 copy color: '#A90272'

red 169 ◦ green 2 ◦ blue 114

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

Shades of Eggplant #A90272

Tints of Eggplant #A90272

RGB

 RED value IS 169 (66.41% from 255) = 59.3%

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

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

R = 59.3%
G = 0.7%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A90272 (or 0xA90272) is known color: Eggplant. HEX triplet: A9, 02 and 72. RGB value is (169,2,114). Sum of RGB (Red+Green+Blue) = 169+2+114=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A90272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90272 is #56FD8D. Grayscale: #404040. Windows color (decimal): -5701006 or 7471785. OLE color: 7471785.

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

Color convert

RGB 169 2 114 -
CMYK 0 0.99 0.33 0.34
HSL 319.76º 0.98% 0.34% -
HSV(B) 319.76º 0.99% 0.66% -
XYZ 19.42 9.69 16.77 -
YUV 64.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 169 2 114 0 0.99 0.33 0.34 319.76 0.98 0.34
Hex A9 2 72 0 63 21 22 140 62 22
Octal 251 2 162 0 143 41 42 500 142 42
Binary 10101001 10 1110010 0 1100011 100001 100010 101000000 1100010 100010

Color Harmonies of #A90272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90272

Black with #A90272

Text Example


Text Example

White with #A90272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90272; }

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

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

background-color css

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

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

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

border-color css

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

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

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