Html Css Color HEX #A90172 Eggplant

📋 copy color: '#A90172'

red 169 ◦ green 1 ◦ blue 114

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

Shades of Eggplant #A90172

Tints of Eggplant #A90172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 59.51%
G = 0.35%
B = 40.14%

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

#A90172 (or 0xA90172) is known color: Eggplant. HEX triplet: A9, 01 and 72. RGB value is (169,1,114). Sum of RGB (Red+Green+Blue) = 169+1+114=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A90172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90172 is #56FE8D. Grayscale: #3F3F3F. Windows color (decimal): -5701262 or 7471529. OLE color: 7471529.

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

Color convert

RGB 169 1 114 -
CMYK 0 0.99 0.33 0.34
HSL 319.64º 0.99% 0.33% -
HSV(B) 319.64º 0.99% 0.66% -
XYZ 19.41 9.67 16.76 -
YUV 64.11 156.16 202.81 -
System Red Green Blue C M Y K H S L
Decimal 169 1 114 0 0.99 0.33 0.34 319.64 0.99 0.33
Hex A9 1 72 0 63 21 22 140 63 21
Octal 251 1 162 0 143 41 42 500 143 41
Binary 10101001 1 1110010 0 1100011 100001 100010 101000000 1100011 100001

Color Harmonies of #A90172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90172

Black with #A90172

Text Example


Text Example

White with #A90172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90172; }

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

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

background-color css

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

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

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

border-color css

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

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

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