#A1216F

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

Shades of Jazzberry Jam #A1216F

Tints of Jazzberry Jam #A1216F

Color information

#A1216F (or 0xA1216F) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 21 and 6F. RGB value is (161,33,111). Sum of RGB (Red+Green+Blue) = 161+33+111=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1216F is #5EDE90. Grayscale: #4F4F4F. Windows color (decimal): -6217361 or 7283105. OLE color: 7283105.

HSL color Cylindrical-coordinate representation of color #A1216F: hue angle of 323.44º 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 #A1216F is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16133111-
CMYK00.800.310.37
HSL323.44º65.98%38.04%-
HSV(B)323.44º79.5%63.14%-
XYZ18.119.8115.98-
YUV80.16145.41185.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=52.79%
G=10.82%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613311100.800.310.37323.4465.9838.04
HexA1216F0501F251434226
Octal241411570120374550310246
Binary10100001100001110111101010000111111001011010000111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1216F; }

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

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

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

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

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

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

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

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