#A1216A

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

Shades of Jazzberry Jam #A1216A

Tints of Jazzberry Jam #A1216A

Color information

#A1216A (or 0xA1216A) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 21 and 6A. RGB value is (161,33,106). Sum of RGB (Red+Green+Blue) = 161+33+106=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A1216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1216A is #5EDE95. Grayscale: #4F4F4F. Windows color (decimal): -6217366 or 6955425. OLE color: 6955425.

HSL color Cylindrical-coordinate representation of color #A1216A: hue angle of 325.78º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1216A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16133106-
CMYK00.800.340.37
HSL325.78º65.98%38.04%-
HSV(B)325.78º79.5%63.14%-
XYZ17.849.7114.57-
YUV79.59142.91186.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.67%
GREEN value IS 33 (13.28% from 255) = 11%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=53.67%
G=11%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613310600.800.340.37325.7865.9838.04
HexA1216A05022251464226
Octal241411520120424550610246
Binary101000011000011101010010100001000101001011010001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1216A; }

 p { color: rgb(161,33,106); }

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

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

 a { background-color: rgb(161,33,106); }

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

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

 span { border-color: rgb(161,33,106); }

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