#A30062

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

Shades of Eggplant #A30062

Tints of Eggplant #A30062

Color information

#A30062 (or 0xA30062) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 62. RGB value is (163,0,98). Sum of RGB (Red+Green+Blue) = 163+0+98=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A30062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30062 is #5CFF9D. Grayscale: #3B3B3B. Windows color (decimal): -6094750 or 6422691. OLE color: 6422691.

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

Color convert

RGB163098-
CMYK010.400.36
HSL323.93º100%31.96%-
HSV(B)323.93º100%63.92%-
XYZ17.318.6712.32-
YUV59.91149.5201.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=62.45%
G=0%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163098010.400.36323.9310031.96
HexA306206428241446420
Octal24301420144504450414440
Binary1010001101100010011001001010001001001010001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30062; }

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

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

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

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

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

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

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

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