Shades of Jazzberry Jam #A10965
Tints of Jazzberry Jam #A10965
RGB
CMYK
RGB Variations
Color information
#A10965 (or 0xA10965) is known color: Jazzberry Jam. HEX triplet: A1, 09 and 65. RGB value is (161,9,101). Sum of RGB (Red+Green+Blue) = 161+9+101=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A10965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10965 is #5EF69A. Grayscale: #404040. Windows color (decimal): -6223515 or 6621601. OLE color: 6621601.
HSL color Cylindrical-coordinate representation of color #A10965: hue angle of 323.68º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10965 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 101 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.37 |
| HSL | 323.68º | 0.89% | 0.33% | - |
| HSV(B) | 323.68º | 0.94% | 0.63% | - |
| XYZ | 17.14 | 8.71 | 13.09 | - |
| YUV | 64.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 101 | 0 | 0.94 | 0.37 | 0.37 | 323.68 | 0.89 | 0.33 |
| Hex | A1 | 9 | 65 | 0 | 5E | 25 | 25 | 144 | 59 | 21 |
| Octal | 241 | 11 | 145 | 0 | 136 | 45 | 45 | 504 | 131 | 41 |
| Binary | 10100001 | 1001 | 1100101 | 0 | 1011110 | 100101 | 100101 | 101000100 | 1011001 | 100001 |
Color Harmonies of #A10965
Complementary color
Monochromatic Colors of #A10965
Black with #A10965
Text Example
Text Example
White with #A10965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10965; }
p { color: rgb(161,9,101); }
H1.HeaderClassName
{
color: #A10965;
}
.AnyTagClassName
{
color: #A10965;
}
</style>
background-color css
<style>
a { background-color: #A10965; }
a { background-color: rgb(161,9,101); }
div.DivClassName
{
background-color: #A10965;
}
.BgClassName
{
background-color: #A10965;
}
</style>
border-color css
<style>
span { border-color: #A10965; }
span { border-color: rgb(161,9,101); }
td.TdClassName
{
border-color: #A10965;
}
.TagClassName
{
border-color: #A10965;
}
</style>