#A10168

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

Shades of Eggplant #A10168

Tints of Eggplant #A10168

Color information

#A10168 (or 0xA10168) is unknown color: approx Eggplant. HEX triplet: A1, 01 and 68. RGB value is (161,1,104). Sum of RGB (Red+Green+Blue) = 161+1+104=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A10168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10168 is #5EFE97. Grayscale: #3C3C3C. Windows color (decimal): -6225560 or 6816161. OLE color: 6816161.

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

Color convert

RGB1611104-
CMYK00.990.350.37
HSL321.38º98.77%31.76%-
HSV(B)321.38º99.38%63.14%-
XYZ17.218.613.85-
YUV60.58152.51199.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.53%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=60.53%
G=0.38%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161110400.990.350.37321.3898.7731.76
HexA116806323251416320
Octal24111500143434550114340
Binary1010000111101000011000111000111001011010000011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10168; }

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

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

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

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

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

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

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

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