#A10162

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

Shades of Eggplant #A10162

Tints of Eggplant #A10162

Color information

#A10162 (or 0xA10162) is unknown color: approx Eggplant. HEX triplet: A1, 01 and 62. RGB value is (161,1,98). Sum of RGB (Red+Green+Blue) = 161+1+98=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A10162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10162 is #5EFE9D. Grayscale: #3B3B3B. Windows color (decimal): -6225566 or 6422945. OLE color: 6422945.

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

Color convert

RGB161198-
CMYK00.990.390.37
HSL323.62º98.77%31.76%-
HSV(B)323.62º99.38%63.14%-
XYZ16.918.4812.3-
YUV59.9149.51200.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.92%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 98 (38.67% from 255) = 37.69%
R=61.92%
G=0.38%
B=37.69%

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
Decimal16119800.990.390.37323.6298.7731.76
HexA116206327251446320
Octal24111420143474550414340
Binary1010000111100010011000111001111001011010001001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10162; }

 p { color: rgb(161,1,98); }

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

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

 a { background-color: rgb(161,1,98); }

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

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

 span { border-color: rgb(161,1,98); }

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