Shades of Jazzberry Jam #A10851
Tints of Jazzberry Jam #A10851
RGB
CMYK
RGB Variations
Color information
#A10851 (or 0xA10851) is known color: Jazzberry Jam. HEX triplet: A1, 08 and 51. RGB value is (161,8,81). Sum of RGB (Red+Green+Blue) = 161+8+81=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A10851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10851 is #5EF7AE. Grayscale: #3D3D3D. Windows color (decimal): -6223791 or 5310625. OLE color: 5310625.
HSL color Cylindrical-coordinate representation of color #A10851: hue angle of 331.37º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10851 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 81 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.37 |
| HSL | 331.37º | 0.91% | 0.33% | - |
| HSV(B) | 331.37º | 0.95% | 0.63% | - |
| XYZ | 16.27 | 8.34 | 8.54 | - |
| YUV | 62.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 81 | 0 | 0.95 | 0.50 | 0.37 | 331.37 | 0.91 | 0.33 |
| Hex | A1 | 8 | 51 | 0 | 5F | 32 | 25 | 14B | 5B | 21 |
| Octal | 241 | 10 | 121 | 0 | 137 | 62 | 45 | 513 | 133 | 41 |
| Binary | 10100001 | 1000 | 1010001 | 0 | 1011111 | 110010 | 100101 | 101001011 | 1011011 | 100001 |
Color Harmonies of #A10851
Complementary color
Monochromatic Colors of #A10851
Black with #A10851
Text Example
Text Example
White with #A10851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10851; }
p { color: rgb(161,8,81); }
H1.HeaderClassName
{
color: #A10851;
}
.AnyTagClassName
{
color: #A10851;
}
</style>
background-color css
<style>
a { background-color: #A10851; }
a { background-color: rgb(161,8,81); }
div.DivClassName
{
background-color: #A10851;
}
.BgClassName
{
background-color: #A10851;
}
</style>
border-color css
<style>
span { border-color: #A10851; }
span { border-color: rgb(161,8,81); }
td.TdClassName
{
border-color: #A10851;
}
.TagClassName
{
border-color: #A10851;
}
</style>