#A00260

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

Shades of Eggplant #A00260

Tints of Eggplant #A00260

Color information

#A00260 (or 0xA00260) is unknown color: approx Eggplant. HEX triplet: A0, 02 and 60. RGB value is (160,2,96). Sum of RGB (Red+Green+Blue) = 160+2+96=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A00260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00260 is #5FFD9F. Grayscale: #3B3B3B. Windows color (decimal): -6290848 or 6292128. OLE color: 6292128.

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

Color convert

RGB160296-
CMYK00.990.40.37
HSL324.3º97.53%31.76%-
HSV(B)324.3º98.75%62.75%-
XYZ16.638.3611.8-
YUV59.96148.35199.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=62.02%
G=0.78%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16029600.990.40.37324.397.5331.76
HexA026006328251446220
Octal24021400143504550414240
Binary10100000101100000011000111010001001011010001001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00260; }

 p { color: rgb(160,2,96); }

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

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

 a { background-color: rgb(160,2,96); }

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

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

 span { border-color: rgb(160,2,96); }

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