Shades of Jazzberry Jam #A81150
Tints of Jazzberry Jam #A81150
RGB
CMYK
RGB Variations
Color information
#A81150 (or 0xA81150) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 50. RGB value is (168,17,80). Sum of RGB (Red+Green+Blue) = 168+17+80=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A81150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81150 is #57EEAF. Grayscale: #454545. Windows color (decimal): -5762736 or 5247400. OLE color: 5247400.
HSL color Cylindrical-coordinate representation of color #A81150: hue angle of 334.97º 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 #A81150 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 80 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.34 |
| HSL | 334.97º | 0.82% | 0.36% | - |
| HSV(B) | 334.97º | 0.9% | 0.66% | - |
| XYZ | 17.8 | 9.3 | 8.45 | - |
| YUV | 69.33 | 134.03 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 80 | 0 | 0.90 | 0.52 | 0.34 | 334.97 | 0.82 | 0.36 |
| Hex | A8 | 11 | 50 | 0 | 5A | 34 | 22 | 14F | 52 | 24 |
| Octal | 250 | 21 | 120 | 0 | 132 | 64 | 42 | 517 | 122 | 44 |
| Binary | 10101000 | 10001 | 1010000 | 0 | 1011010 | 110100 | 100010 | 101001111 | 1010010 | 100100 |
Color Harmonies of #A81150
Complementary color
Monochromatic Colors of #A81150
Black with #A81150
Text Example
Text Example
White with #A81150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81150; }
p { color: rgb(168,17,80); }
H1.HeaderClassName
{
color: #A81150;
}
.AnyTagClassName
{
color: #A81150;
}
</style>
background-color css
<style>
a { background-color: #A81150; }
a { background-color: rgb(168,17,80); }
div.DivClassName
{
background-color: #A81150;
}
.BgClassName
{
background-color: #A81150;
}
</style>
border-color css
<style>
span { border-color: #A81150; }
span { border-color: rgb(168,17,80); }
td.TdClassName
{
border-color: #A81150;
}
.TagClassName
{
border-color: #A81150;
}
</style>