#A00469

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

Shades of Eggplant #A00469

Tints of Eggplant #A00469

Color information

#A00469 (or 0xA00469) is unknown color: approx Eggplant. HEX triplet: A0, 04 and 69. RGB value is (160,4,105). Sum of RGB (Red+Green+Blue) = 160+4+105=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A00469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00469 is #5FFB96. Grayscale: #3D3D3D. Windows color (decimal): -6290327 or 6882464. OLE color: 6882464.

HSL color Cylindrical-coordinate representation of color #A00469: hue angle of 321.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00469 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB1604105-
CMYK00.980.340.37
HSL321.15º95.12%32.16%-
HSV(B)321.15º97.5%62.75%-
XYZ17.098.5814.12-
YUV62.16152.18197.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.48%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=59.48%
G=1.49%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160410500.980.340.37321.1595.1232.16
HexA046906222251415f20
Octal24041510142424550113740
Binary101000001001101001011000101000101001011010000011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00469; }

 p { color: rgb(160,4,105); }

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

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

 a { background-color: rgb(160,4,105); }

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

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

 span { border-color: rgb(160,4,105); }

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