Shades of Jazzberry Jam #A10F54
Tints of Jazzberry Jam #A10F54
RGB
CMYK
RGB Variations
Color information
#A10F54 (or 0xA10F54) is known color: Jazzberry Jam. HEX triplet: A1, 0F and 54. RGB value is (161,15,84). Sum of RGB (Red+Green+Blue) = 161+15+84=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10F54 is #5EF0AB. Grayscale: #424242. Windows color (decimal): -6221996 or 5509025. OLE color: 5509025.
HSL color Cylindrical-coordinate representation of color #A10F54: hue angle of 331.64º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10F54 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 15 | 84 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.37 |
| HSL | 331.64º | 0.83% | 0.35% | - |
| HSV(B) | 331.64º | 0.91% | 0.63% | - |
| XYZ | 16.47 | 8.56 | 9.17 | - |
| YUV | 66.52 | 137.87 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 84 | 0 | 0.91 | 0.48 | 0.37 | 331.64 | 0.83 | 0.35 |
| Hex | A1 | F | 54 | 0 | 5B | 30 | 25 | 14C | 53 | 23 |
| Octal | 241 | 17 | 124 | 0 | 133 | 60 | 45 | 514 | 123 | 43 |
| Binary | 10100001 | 1111 | 1010100 | 0 | 1011011 | 110000 | 100101 | 101001100 | 1010011 | 100011 |
Color Harmonies of #A10F54
Complementary color
Monochromatic Colors of #A10F54
Black with #A10F54
Text Example
Text Example
White with #A10F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10F54; }
p { color: rgb(161,15,84); }
H1.HeaderClassName
{
color: #A10F54;
}
.AnyTagClassName
{
color: #A10F54;
}
</style>
background-color css
<style>
a { background-color: #A10F54; }
a { background-color: rgb(161,15,84); }
div.DivClassName
{
background-color: #A10F54;
}
.BgClassName
{
background-color: #A10F54;
}
</style>
border-color css
<style>
span { border-color: #A10F54; }
span { border-color: rgb(161,15,84); }
td.TdClassName
{
border-color: #A10F54;
}
.TagClassName
{
border-color: #A10F54;
}
</style>