Shades of Jazzberry Jam #A81152
Tints of Jazzberry Jam #A81152
RGB
CMYK
RGB Variations
Color information
#A81152 (or 0xA81152) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 52. RGB value is (168,17,82). Sum of RGB (Red+Green+Blue) = 168+17+82=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A81152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81152 is #57EEAD. Grayscale: #454545. Windows color (decimal): -5762734 or 5378472. OLE color: 5378472.
HSL color Cylindrical-coordinate representation of color #A81152: hue angle of 334.17º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81152 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 82 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.34 |
| HSL | 334.17º | 0.82% | 0.36% | - |
| HSV(B) | 334.17º | 0.9% | 0.66% | - |
| XYZ | 17.87 | 9.33 | 8.84 | - |
| YUV | 69.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 82 | 0 | 0.90 | 0.51 | 0.34 | 334.17 | 0.82 | 0.36 |
| Hex | A8 | 11 | 52 | 0 | 5A | 33 | 22 | 14E | 52 | 24 |
| Octal | 250 | 21 | 122 | 0 | 132 | 63 | 42 | 516 | 122 | 44 |
| Binary | 10101000 | 10001 | 1010010 | 0 | 1011010 | 110011 | 100010 | 101001110 | 1010010 | 100100 |
Color Harmonies of #A81152
Complementary color
Monochromatic Colors of #A81152
Black with #A81152
Text Example
Text Example
White with #A81152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81152; }
p { color: rgb(168,17,82); }
H1.HeaderClassName
{
color: #A81152;
}
.AnyTagClassName
{
color: #A81152;
}
</style>
background-color css
<style>
a { background-color: #A81152; }
a { background-color: rgb(168,17,82); }
div.DivClassName
{
background-color: #A81152;
}
.BgClassName
{
background-color: #A81152;
}
</style>
border-color css
<style>
span { border-color: #A81152; }
span { border-color: rgb(168,17,82); }
td.TdClassName
{
border-color: #A81152;
}
.TagClassName
{
border-color: #A81152;
}
</style>