#A2116A

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

Shades of Jazzberry Jam #A2116A

Tints of Jazzberry Jam #A2116A

Color information

#A2116A (or 0xA2116A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 11 and 6A. RGB value is (162,17,106). Sum of RGB (Red+Green+Blue) = 162+17+106=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A2116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2116A is #5DEE95. Grayscale: #464646. Windows color (decimal): -6155926 or 6951330. OLE color: 6951330.

HSL color Cylindrical-coordinate representation of color #A2116A: hue angle of 323.17º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2116A is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16217106-
CMYK00.900.350.36
HSL323.17º81.01%35.1%-
HSV(B)323.17º89.51%63.53%-
XYZ17.79.1214.46-
YUV70.5148.04193.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 17 (7.03% from 255) = 5.96%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=56.84%
G=5.96%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621710600.900.350.36323.1781.0135.1
HexA2116A05A23241435123
Octal242211520132434450312143
Binary10100010100011101010010110101000111001001010000111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2116A; }

 p { color: rgb(162,17,106); }

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

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

 a { background-color: rgb(162,17,106); }

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

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

 span { border-color: rgb(162,17,106); }

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