#A30581

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

Shades of Eggplant #A30581

Tints of Eggplant #A30581

Color information

#A30581 (or 0xA30581) is unknown color: approx Eggplant. HEX triplet: A3, 05 and 81. RGB value is (163,5,129). Sum of RGB (Red+Green+Blue) = 163+5+129=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A30581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30581 is #5CFA7E. Grayscale: #424242. Windows color (decimal): -6093439 or 8455587. OLE color: 8455587.

HSL color Cylindrical-coordinate representation of color #A30581: hue angle of 312.91º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30581 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB1635129-
CMYK00.970.210.36
HSL312.91º94.05%32.94%-
HSV(B)312.91º96.93%63.92%-
XYZ19.129.4821.59-
YUV66.38163.35196.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.88%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=54.88%
G=1.68%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163512900.970.210.36312.9194.0532.94
HexA358106115241395e21
Octal24352010141254447113641
Binary101000111011000000101100001101011001001001110011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30581; }

 p { color: rgb(163,5,129); }

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

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

 a { background-color: rgb(163,5,129); }

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

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

 span { border-color: rgb(163,5,129); }

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