#A30063

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

Shades of Eggplant #A30063

Tints of Eggplant #A30063

Color information

#A30063 (or 0xA30063) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 63. RGB value is (163,0,99). Sum of RGB (Red+Green+Blue) = 163+0+99=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A30063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30063 is #5CFF9C. Grayscale: #3B3B3B. Windows color (decimal): -6094749 or 6488227. OLE color: 6488227.

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

Color convert

RGB163099-
CMYK010.390.36
HSL323.56º100%31.96%-
HSV(B)323.56º100%63.92%-
XYZ17.368.6912.57-
YUV60.02150201.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=62.21%
G=0%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163099010.390.36323.5610031.96
HexA306306427241446420
Octal24301430144474450414440
Binary1010001101100011011001001001111001001010001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30063; }

 p { color: rgb(163,0,99); }

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

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

 a { background-color: rgb(163,0,99); }

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

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

 span { border-color: rgb(163,0,99); }

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