#A20075

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

Shades of Eggplant #A20075

Tints of Eggplant #A20075

Color information

#A20075 (or 0xA20075) is unknown color: approx Eggplant. HEX triplet: A2, 00 and 75. RGB value is (162,0,117). Sum of RGB (Red+Green+Blue) = 162+0+117=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A20075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20075 is #5DFF8A. Grayscale: #3D3D3D. Windows color (decimal): -6160267 or 7667874. OLE color: 7667874.

HSL color Cylindrical-coordinate representation of color #A20075: hue angle of 316.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20075 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB1620117-
CMYK010.280.36
HSL316.67º100%31.76%-
HSV(B)316.67º100%63.53%-
XYZ18.118.9717.61-
YUV61.78159.17199.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=58.06%
G=0%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1620117010.280.36316.6710031.76
HexA20750641C2413d6420
Octal24201650144344447514440
Binary101000100111010101100100111001001001001111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20075; }

 p { color: rgb(162,0,117); }

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

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

 a { background-color: rgb(162,0,117); }

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

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

 span { border-color: rgb(162,0,117); }

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