Html Css Color HEX #A90076 Eggplant

📋 copy color: '#A90076'

red 169 ◦ green 0 ◦ blue 118

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

Shades of Eggplant #A90076

Tints of Eggplant #A90076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 58.89%
G = 0%
B = 41.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A90076 (or 0xA90076) is known color: Eggplant. HEX triplet: A9, 00 and 76. RGB value is (169,0,118). Sum of RGB (Red+Green+Blue) = 169+0+118=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A90076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90076 is #56FF89. Grayscale: #3F3F3F. Windows color (decimal): -5701514 or 7733417. OLE color: 7733417.

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

Color convert

RGB 169 0 118 -
CMYK 0 1 0.30 0.34
HSL 318.11º 1% 0.33% -
HSV(B) 318.11º 1% 0.66% -
XYZ 19.63 9.74 17.99 -
YUV 63.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 169 0 118 0 1 0.30 0.34 318.11 1 0.33
Hex A9 0 76 0 64 1E 22 13E 64 21
Octal 251 0 166 0 144 36 42 476 144 41
Binary 10101001 0 1110110 0 1100100 11110 100010 100111110 1100100 100001

Color Harmonies of #A90076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90076

Black with #A90076

Text Example


Text Example

White with #A90076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90076; }

 p { color: rgb(169,0,118); }

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

background-color css

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

 a { background-color: rgb(169,0,118); }

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

border-color css

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

 span { border-color: rgb(169,0,118); }

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