#A10269

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

Shades of Eggplant #A10269

Tints of Eggplant #A10269

Color information

#A10269 (or 0xA10269) is unknown color: approx Eggplant. HEX triplet: A1, 02 and 69. RGB value is (161,2,105). Sum of RGB (Red+Green+Blue) = 161+2+105=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A10269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10269 is #5EFD96. Grayscale: #3D3D3D. Windows color (decimal): -6225303 or 6881953. OLE color: 6881953.

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

Color convert

RGB1612105-
CMYK00.990.350.37
HSL321.13º97.55%31.96%-
HSV(B)321.13º98.76%63.14%-
XYZ17.278.6414.12-
YUV61.28152.68199.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.07%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=60.07%
G=0.75%
B=39.18%

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
Decimal161210500.990.350.37321.1397.5531.96
HexA126906323251416220
Octal24121510143434550114240
Binary10100001101101001011000111000111001011010000011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10269; }

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

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

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

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

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

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

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

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