#A9006D

Color #A9006D Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #A9006D

Tints of Eggplant #A9006D

Color information

#A9006D (or 0xA9006D) is unknown color: approx Eggplant. HEX triplet: A9, 00 and 6D. RGB value is (169,0,109). Sum of RGB (Red+Green+Blue) = 169+0+109=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A9006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9006D is #56FF92. Grayscale: #3E3E3E. Windows color (decimal): -5701523 or 7143593. OLE color: 7143593.

HSL color Cylindrical-coordinate representation of color #A9006D: hue angle of 321.3º 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 #A9006D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB1690109-
CMYK010.360.34
HSL321.3º100%33.14%-
HSV(B)321.3º100%66.27%-
XYZ19.129.5415.3-
YUV62.96153.99203.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=60.79%
G=0%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1690109010.360.34321.310033.14
HexA906D06424221416421
Octal25101550144444250114441
Binary1010100101101101011001001001001000101010000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9006D; }

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

 H1.HeaderClassName
 {
   color: #A9006D;
 }
 .AnyTagClassName
 {
   color: #A9006D;
 }
</style>
background-color css

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

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

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

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

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

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