#A2116C

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

Shades of Jazzberry Jam #A2116C

Tints of Jazzberry Jam #A2116C

Color information

#A2116C (or 0xA2116C) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 11 and 6C. RGB value is (162,17,108). Sum of RGB (Red+Green+Blue) = 162+17+108=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2116C is #5DEE93. Grayscale: #464646. Windows color (decimal): -6155924 or 7082402. OLE color: 7082402.

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

Color convert

RGB16217108-
CMYK00.900.330.36
HSL322.34º81.01%35.1%-
HSV(B)322.34º89.51%63.53%-
XYZ17.819.1615.02-
YUV70.73149.04193.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=56.45%
G=5.92%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621710800.900.330.36322.3481.0135.1
HexA2116C05A21241425123
Octal242211540132414450212143
Binary10100010100011101100010110101000011001001010000101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2116C; }

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

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

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

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

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

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

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

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