#A00161

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

Shades of Eggplant #A00161

Tints of Eggplant #A00161

Color information

#A00161 (or 0xA00161) is unknown color: approx Eggplant. HEX triplet: A0, 01 and 61. RGB value is (160,1,97). Sum of RGB (Red+Green+Blue) = 160+1+97=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A00161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00161 is #5FFE9E. Grayscale: #3B3B3B. Windows color (decimal): -6291103 or 6357408. OLE color: 6357408.

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

Color convert

RGB160197-
CMYK00.990.390.37
HSL323.77º98.76%31.57%-
HSV(B)323.77º99.37%62.75%-
XYZ16.678.3612.04-
YUV59.48149.18199.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=62.02%
G=0.39%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16019700.990.390.37323.7798.7631.57
HexA016106327251446320
Octal24011410143474550414340
Binary1010000011100001011000111001111001011010001001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00161; }

 p { color: rgb(160,1,97); }

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

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

 a { background-color: rgb(160,1,97); }

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

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

 span { border-color: rgb(160,1,97); }

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