#A5026A

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

Shades of Eggplant #A5026A

Tints of Eggplant #A5026A

Color information

#A5026A (or 0xA5026A) is unknown color: approx Eggplant. HEX triplet: A5, 02 and 6A. RGB value is (165,2,106). Sum of RGB (Red+Green+Blue) = 165+2+106=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A5026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5026A is #5AFD95. Grayscale: #3E3E3E. Windows color (decimal): -5963158 or 6947493. OLE color: 6947493.

HSL color Cylindrical-coordinate representation of color #A5026A: hue angle of 321.72º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5026A is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB1652106-
CMYK00.990.360.35
HSL321.72º97.6%32.75%-
HSV(B)321.72º98.79%64.71%-
XYZ18.149.0814.43-
YUV62.59152.5201.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.44%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=60.44%
G=0.73%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165210600.990.360.35321.7297.632.75
HexA526A06324231426221
Octal24521520143444350214241
Binary10100101101101010011000111001001000111010000101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5026A; }

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

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

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

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

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

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

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

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