#A1026A

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

Shades of Eggplant #A1026A

Tints of Eggplant #A1026A

Color information

#A1026A (or 0xA1026A) is unknown color: approx Eggplant. HEX triplet: A1, 02 and 6A. RGB value is (161,2,106). Sum of RGB (Red+Green+Blue) = 161+2+106=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A1026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1026A is #5EFD95. Grayscale: #3D3D3D. Windows color (decimal): -6225302 or 6947489. OLE color: 6947489.

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

Color convert

RGB1612106-
CMYK00.990.340.37
HSL320.75º97.55%31.96%-
HSV(B)320.75º98.76%63.14%-
XYZ17.328.6614.39-
YUV61.4153.18199.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.85%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=59.85%
G=0.74%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161210600.990.340.37320.7597.5531.96
HexA126A06322251416220
Octal24121520143424550114240
Binary10100001101101010011000111000101001011010000011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1026A; }

 p { color: rgb(161,2,106); }

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

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

 a { background-color: rgb(161,2,106); }

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

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

 span { border-color: rgb(161,2,106); }

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