#A2116B

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

Shades of Jazzberry Jam #A2116B

Tints of Jazzberry Jam #A2116B

Color information

#A2116B (or 0xA2116B) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 11 and 6B. RGB value is (162,17,107). Sum of RGB (Red+Green+Blue) = 162+17+107=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2116B is #5DEE94. Grayscale: #464646. Windows color (decimal): -6155925 or 7016866. OLE color: 7016866.

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

Color convert

RGB16217107-
CMYK00.900.340.36
HSL322.76º81.01%35.1%-
HSV(B)322.76º89.51%63.53%-
XYZ17.759.1414.74-
YUV70.61148.54193.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 17 (7.03% from 255) = 5.94%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=56.64%
G=5.94%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621710700.900.340.36322.7681.0135.1
HexA2116B05A22241435123
Octal242211530132424450312143
Binary10100010100011101011010110101000101001001010000111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2116B; }

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

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

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

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

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

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

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

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