#A30870

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

Shades of Eggplant #A30870

Tints of Eggplant #A30870

Color information

#A30870 (or 0xA30870) is unknown color: approx Eggplant. HEX triplet: A3, 08 and 70. RGB value is (163,8,112). Sum of RGB (Red+Green+Blue) = 163+8+112=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A30870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30870 is #5CF78F. Grayscale: #414141. Windows color (decimal): -6092688 or 7342243. OLE color: 7342243.

HSL color Cylindrical-coordinate representation of color #A30870: hue angle of 319.74º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30870 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB1638112-
CMYK00.950.310.36
HSL319.74º90.64%33.53%-
HSV(B)319.74º95.09%63.92%-
XYZ18.129.1316.14-
YUV66.2153.85197.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=57.60%
G=2.83%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163811200.950.310.36319.7490.6433.53
HexA387005F1F241405b22
Octal243101600137374450013342
Binary101000111000111000001011111111111001001010000001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30870; }

 p { color: rgb(163,8,112); }

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

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

 a { background-color: rgb(163,8,112); }

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

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

 span { border-color: rgb(163,8,112); }

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