#A30366

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

Shades of Eggplant #A30366

Tints of Eggplant #A30366

Color information

#A30366 (or 0xA30366) is unknown color: approx Eggplant. HEX triplet: A3, 03 and 66. RGB value is (163,3,102). Sum of RGB (Red+Green+Blue) = 163+3+102=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A30366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30366 is #5CFC99. Grayscale: #3D3D3D. Windows color (decimal): -6093978 or 6685603. OLE color: 6685603.

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

Color convert

RGB1633102-
CMYK00.980.370.36
HSL322.88º96.39%32.55%-
HSV(B)322.88º98.16%63.92%-
XYZ17.548.8113.35-
YUV62.13150.51199.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.82%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=60.82%
G=1.12%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163310200.980.370.36322.8896.3932.55
HexA336606225241436021
Octal24331460142454450314041
Binary10100011111100110011000101001011001001010000111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30366; }

 p { color: rgb(163,3,102); }

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

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

 a { background-color: rgb(163,3,102); }

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

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

 span { border-color: rgb(163,3,102); }

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