Shades of Jazzberry Jam #A10258
Tints of Jazzberry Jam #A10258
RGB
CMYK
RGB Variations
Color information
#A10258 (or 0xA10258) is known color: Jazzberry Jam. HEX triplet: A1, 02 and 58. RGB value is (161,2,88). Sum of RGB (Red+Green+Blue) = 161+2+88=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A10258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10258 is #5EFDA7. Grayscale: #3B3B3B. Windows color (decimal): -6225320 or 5767841. OLE color: 5767841.
HSL color Cylindrical-coordinate representation of color #A10258: hue angle of 327.55º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10258 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.37 |
| HSL | 327.55º | 0.98% | 0.32% | - |
| HSV(B) | 327.55º | 0.99% | 0.63% | - |
| XYZ | 16.48 | 8.33 | 9.97 | - |
| YUV | 59.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 88 | 0 | 0.99 | 0.45 | 0.37 | 327.55 | 0.98 | 0.32 |
| Hex | A1 | 2 | 58 | 0 | 63 | 2D | 25 | 148 | 62 | 20 |
| Octal | 241 | 2 | 130 | 0 | 143 | 55 | 45 | 510 | 142 | 40 |
| Binary | 10100001 | 10 | 1011000 | 0 | 1100011 | 101101 | 100101 | 101001000 | 1100010 | 100000 |
Color Harmonies of #A10258
Complementary color
Monochromatic Colors of #A10258
Black with #A10258
Text Example
Text Example
White with #A10258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10258; }
p { color: rgb(161,2,88); }
H1.HeaderClassName
{
color: #A10258;
}
.AnyTagClassName
{
color: #A10258;
}
</style>
background-color css
<style>
a { background-color: #A10258; }
a { background-color: rgb(161,2,88); }
div.DivClassName
{
background-color: #A10258;
}
.BgClassName
{
background-color: #A10258;
}
</style>
border-color css
<style>
span { border-color: #A10258; }
span { border-color: rgb(161,2,88); }
td.TdClassName
{
border-color: #A10258;
}
.TagClassName
{
border-color: #A10258;
}
</style>