#A30572

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

Shades of Eggplant #A30572

Tints of Eggplant #A30572

Color information

#A30572 (or 0xA30572) is unknown color: approx Eggplant. HEX triplet: A3, 05 and 72. RGB value is (163,5,114). Sum of RGB (Red+Green+Blue) = 163+5+114=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A30572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30572 is #5CFA8D. Grayscale: #404040. Windows color (decimal): -6093454 or 7472547. OLE color: 7472547.

HSL color Cylindrical-coordinate representation of color #A30572: hue angle of 318.61º 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 #A30572 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB1635114-
CMYK00.970.300.36
HSL318.61º94.05%32.94%-
HSV(B)318.61º96.93%63.92%-
XYZ18.29.1116.72-
YUV64.67155.85198.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=57.80%
G=1.77%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163511400.970.300.36318.6194.0532.94
HexA35720611E2413f5e21
Octal24351620141364447713641
Binary10100011101111001001100001111101001001001111111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30572; }

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

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

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

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

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

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

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

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