#A00264

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

Shades of Eggplant #A00264

Tints of Eggplant #A00264

Color information

#A00264 (or 0xA00264) is unknown color: approx Eggplant. HEX triplet: A0, 02 and 64. RGB value is (160,2,100). Sum of RGB (Red+Green+Blue) = 160+2+100=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A00264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00264 is #5FFD9B. Grayscale: #3C3C3C. Windows color (decimal): -6290844 or 6554272. OLE color: 6554272.

HSL color Cylindrical-coordinate representation of color #A00264: hue angle of 322.78º 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 #A00264 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB1602100-
CMYK00.990.380.37
HSL322.78º97.53%31.76%-
HSV(B)322.78º98.75%62.75%-
XYZ16.828.4412.8-
YUV60.41150.35199.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.07%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=61.07%
G=0.76%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160210000.990.380.37322.7897.5331.76
HexA026406326251436220
Octal24021440143464550314240
Binary10100000101100100011000111001101001011010000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00264; }

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

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

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

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

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

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

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

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