#A30066

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

Shades of Eggplant #A30066

Tints of Eggplant #A30066

Color information

#A30066 (or 0xA30066) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 66. RGB value is (163,0,102). Sum of RGB (Red+Green+Blue) = 163+0+102=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A30066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30066 is #5CFF99. Grayscale: #3C3C3C. Windows color (decimal): -6094746 or 6684835. OLE color: 6684835.

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

Color convert

RGB1630102-
CMYK010.370.36
HSL322.45º100%31.96%-
HSV(B)322.45º100%63.92%-
XYZ17.58.7513.34-
YUV60.36151.5201.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=61.51%
G=0%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630102010.370.36322.4510031.96
HexA306606425241426420
Octal24301460144454450214440
Binary1010001101100110011001001001011001001010000101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30066; }

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

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

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

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

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

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

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

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