#A1166F

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

Shades of Jazzberry Jam #A1166F

Tints of Jazzberry Jam #A1166F

Color information

#A1166F (or 0xA1166F) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 16 and 6F. RGB value is (161,22,111). Sum of RGB (Red+Green+Blue) = 161+22+111=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A1166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1166F is #5EE990. Grayscale: #494949. Windows color (decimal): -6220177 or 7280289. OLE color: 7280289.

HSL color Cylindrical-coordinate representation of color #A1166F: hue angle of 321.58º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1166F is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16122111-
CMYK00.860.310.37
HSL321.58º75.96%35.88%-
HSV(B)321.58º86.34%63.14%-
XYZ17.859.315.89-
YUV73.71149.05190.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=54.76%
G=7.48%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612211100.860.310.37321.5875.9635.88
HexA1166F0561F251424c24
Octal241261570126374550211444
Binary1010000110110110111101010110111111001011010000101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1166F; }

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

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

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

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

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

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

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

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