Html Css Color HEX #A90770 Eggplant

📋 copy color: '#A90770'

red 169 ◦ green 7 ◦ blue 112

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

Shades of Eggplant #A90770

Tints of Eggplant #A90770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.43%

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 58.68%
G = 2.43%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A90770 (or 0xA90770) is known color: Eggplant. HEX triplet: A9, 07 and 70. RGB value is (169,7,112). Sum of RGB (Red+Green+Blue) = 169+7+112=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A90770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90770 is #56F88F. Grayscale: #434343. Windows color (decimal): -5699728 or 7341993. OLE color: 7341993.

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

Color convert

RGB 169 7 112 -
CMYK 0 0.96 0.34 0.34
HSL 321.11º 0.92% 0.35% -
HSV(B) 321.11º 0.96% 0.66% -
XYZ 19.36 9.76 16.19 -
YUV 67.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 169 7 112 0 0.96 0.34 0.34 321.11 0.92 0.35
Hex A9 7 70 0 60 22 22 141 5C 23
Octal 251 7 160 0 140 42 42 501 134 43
Binary 10101001 111 1110000 0 1100000 100010 100010 101000001 1011100 100011

Color Harmonies of #A90770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90770

Black with #A90770

Text Example


Text Example

White with #A90770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90770; }

 p { color: rgb(169,7,112); }

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

background-color css

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

 a { background-color: rgb(169,7,112); }

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

border-color css

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

 span { border-color: rgb(169,7,112); }

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