Shades of Jazzberry Jam #A1176E
Tints of Jazzberry Jam #A1176E
RGB
CMYK
RGB Variations
Color information
#A1176E (or 0xA1176E) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 6E. RGB value is (161,23,110). Sum of RGB (Red+Green+Blue) = 161+23+110=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A1176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1176E is #5EE891. Grayscale: #494949. Windows color (decimal): -6219922 or 7215009. OLE color: 7215009.
HSL color Cylindrical-coordinate representation of color #A1176E: hue angle of 322.17º degrees, saturation: 0.75, 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 #A1176E is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 110 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.37 |
| HSL | 322.17º | 0.75% | 0.36% | - |
| HSV(B) | 322.17º | 0.86% | 0.63% | - |
| XYZ | 17.82 | 9.32 | 15.61 | - |
| YUV | 74.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 110 | 0 | 0.86 | 0.32 | 0.37 | 322.17 | 0.75 | 0.36 |
| Hex | A1 | 17 | 6E | 0 | 56 | 20 | 25 | 142 | 4B | 24 |
| Octal | 241 | 27 | 156 | 0 | 126 | 40 | 45 | 502 | 113 | 44 |
| Binary | 10100001 | 10111 | 1101110 | 0 | 1010110 | 100000 | 100101 | 101000010 | 1001011 | 100100 |
Color Harmonies of #A1176E
Complementary color
Monochromatic Colors of #A1176E
Black with #A1176E
Text Example
Text Example
White with #A1176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1176E; }
p { color: rgb(161,23,110); }
H1.HeaderClassName
{
color: #A1176E;
}
.AnyTagClassName
{
color: #A1176E;
}
</style>
background-color css
<style>
a { background-color: #A1176E; }
a { background-color: rgb(161,23,110); }
div.DivClassName
{
background-color: #A1176E;
}
.BgClassName
{
background-color: #A1176E;
}
</style>
border-color css
<style>
span { border-color: #A1176E; }
span { border-color: rgb(161,23,110); }
td.TdClassName
{
border-color: #A1176E;
}
.TagClassName
{
border-color: #A1176E;
}
</style>