#A10C7A

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

Shades of Eggplant #A10C7A

Tints of Eggplant #A10C7A

Color information

#A10C7A (or 0xA10C7A) is unknown color: approx Eggplant. HEX triplet: A1, 0C and 7A. RGB value is (161,12,122). Sum of RGB (Red+Green+Blue) = 161+12+122=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10C7A is #5EF385. Grayscale: #444444. Windows color (decimal): -6222726 or 7998625. OLE color: 7998625.

HSL color Cylindrical-coordinate representation of color #A10C7A: hue angle of 315.7º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10C7A is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16112122-
CMYK00.930.240.37
HSL315.7º86.13%33.92%-
HSV(B)315.7º92.55%63.14%-
XYZ18.349.2519.23-
YUV69.09157.86193.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 12 (5.08% from 255) = 4.07%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=54.58%
G=4.07%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611212200.930.240.37315.786.1333.92
HexA1C7A05D182513c5622
Octal241141720135304547412642
Binary101000011100111101001011101110001001011001111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10C7A; }

 p { color: rgb(161,12,122); }

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

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

 a { background-color: rgb(161,12,122); }

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

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

 span { border-color: rgb(161,12,122); }

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