Html Css Color HEX #A90A80 Eggplant

📋 copy color: '#A90A80'

red 169 ◦ green 10 ◦ blue 128

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

Shades of Eggplant #A90A80

Tints of Eggplant #A90A80

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 55.05%
G = 3.26%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A90A80 (or 0xA90A80) is known color: Eggplant. HEX triplet: A9, 0A and 80. RGB value is (169,10,128). Sum of RGB (Red+Green+Blue) = 169+10+128=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90A80 is #56F57F. Grayscale: #464646. Windows color (decimal): -5698944 or 8391337. OLE color: 8391337.

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

Color convert

RGB 169 10 128 -
CMYK 0 0.94 0.24 0.34
HSL 315.47º 0.89% 0.35% -
HSV(B) 315.47º 0.94% 0.66% -
XYZ 20.37 10.21 21.32 -
YUV 70.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 169 10 128 0 0.94 0.24 0.34 315.47 0.89 0.35
Hex A9 A 80 0 5E 18 22 13B 59 23
Octal 251 12 200 0 136 30 42 473 131 43
Binary 10101001 1010 10000000 0 1011110 11000 100010 100111011 1011001 100011

Color Harmonies of #A90A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90A80

Black with #A90A80

Text Example


Text Example

White with #A90A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90A80; }

 p { color: rgb(169,10,128); }

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

background-color css

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

 a { background-color: rgb(169,10,128); }

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

border-color css

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

 span { border-color: rgb(169,10,128); }

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