Html Css Color HEX #A90579 Eggplant

📋 copy color: '#A90579'

red 169 ◦ green 5 ◦ blue 121

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

Shades of Eggplant #A90579

Tints of Eggplant #A90579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 57.29%
G = 1.69%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A90579 (or 0xA90579) is known color: Eggplant. HEX triplet: A9, 05 and 79. RGB value is (169,5,121). Sum of RGB (Red+Green+Blue) = 169+5+121=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A90579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90579 is #56FA86. Grayscale: #424242. Windows color (decimal): -5700231 or 7931305. OLE color: 7931305.

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

Color convert

RGB 169 5 121 -
CMYK 0 0.97 0.28 0.34
HSL 317.56º 0.94% 0.34% -
HSV(B) 317.56º 0.97% 0.66% -
XYZ 19.87 9.92 18.96 -
YUV 67.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 169 5 121 0 0.97 0.28 0.34 317.56 0.94 0.34
Hex A9 5 79 0 61 1C 22 13E 5E 22
Octal 251 5 171 0 141 34 42 476 136 42
Binary 10101001 101 1111001 0 1100001 11100 100010 100111110 1011110 100010

Color Harmonies of #A90579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90579

Black with #A90579

Text Example


Text Example

White with #A90579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90579; }

 p { color: rgb(169,5,121); }

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

background-color css

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

 a { background-color: rgb(169,5,121); }

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

border-color css

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

 span { border-color: rgb(169,5,121); }

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