#A3006B

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

Shades of Eggplant #A3006B

Tints of Eggplant #A3006B

Color information

#A3006B (or 0xA3006B) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 6B. RGB value is (163,0,107). Sum of RGB (Red+Green+Blue) = 163+0+107=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A3006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3006B is #5CFF94. Grayscale: #3C3C3C. Windows color (decimal): -6094741 or 7012515. OLE color: 7012515.

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

Color convert

RGB1630107-
CMYK010.340.36
HSL320.61º100%31.96%-
HSV(B)320.61º100%63.92%-
XYZ17.768.8514.68-
YUV60.93154200.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=60.37%
G=0%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630107010.340.36320.6110031.96
HexA306B06422241416420
Octal24301530144424450114440
Binary1010001101101011011001001000101001001010000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3006B; }

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

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

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

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

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

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

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

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