#A00569

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

Shades of Eggplant #A00569

Tints of Eggplant #A00569

Color information

#A00569 (or 0xA00569) is unknown color: approx Eggplant. HEX triplet: A0, 05 and 69. RGB value is (160,5,105). Sum of RGB (Red+Green+Blue) = 160+5+105=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A00569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00569 is #5FFA96. Grayscale: #3E3E3E. Windows color (decimal): -6290071 or 6882720. OLE color: 6882720.

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

Color convert

RGB1605105-
CMYK00.970.340.37
HSL321.29º93.94%32.35%-
HSV(B)321.29º96.88%62.75%-
XYZ17.18.614.12-
YUV62.74151.85197.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.26%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=59.26%
G=1.85%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160510500.970.340.37321.2993.9432.35
HexA056906122251415e20
Octal24051510141424550113640
Binary101000001011101001011000011000101001011010000011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00569; }

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

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

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

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

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

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

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

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