Shades of Jazzberry Jam #A10B5B
Tints of Jazzberry Jam #A10B5B
RGB
CMYK
RGB Variations
Color information
#A10B5B (or 0xA10B5B) is known color: Jazzberry Jam. HEX triplet: A1, 0B and 5B. RGB value is (161,11,91). Sum of RGB (Red+Green+Blue) = 161+11+91=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10B5B is #5EF4A4. Grayscale: #404040. Windows color (decimal): -6223013 or 5966753. OLE color: 5966753.
HSL color Cylindrical-coordinate representation of color #A10B5B: hue angle of 328º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10B5B is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 11 | 91 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.37 |
| HSL | 328º | 0.87% | 0.34% | - |
| HSV(B) | 328º | 0.93% | 0.63% | - |
| XYZ | 16.71 | 8.57 | 10.67 | - |
| YUV | 64.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 91 | 0 | 0.93 | 0.43 | 0.37 | 328 | 0.87 | 0.34 |
| Hex | A1 | B | 5B | 0 | 5D | 2B | 25 | 148 | 57 | 22 |
| Octal | 241 | 13 | 133 | 0 | 135 | 53 | 45 | 510 | 127 | 42 |
| Binary | 10100001 | 1011 | 1011011 | 0 | 1011101 | 101011 | 100101 | 101001000 | 1010111 | 100010 |
Color Harmonies of #A10B5B
Complementary color
Monochromatic Colors of #A10B5B
Black with #A10B5B
Text Example
Text Example
White with #A10B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10B5B; }
p { color: rgb(161,11,91); }
H1.HeaderClassName
{
color: #A10B5B;
}
.AnyTagClassName
{
color: #A10B5B;
}
</style>
background-color css
<style>
a { background-color: #A10B5B; }
a { background-color: rgb(161,11,91); }
div.DivClassName
{
background-color: #A10B5B;
}
.BgClassName
{
background-color: #A10B5B;
}
</style>
border-color css
<style>
span { border-color: #A10B5B; }
span { border-color: rgb(161,11,91); }
td.TdClassName
{
border-color: #A10B5B;
}
.TagClassName
{
border-color: #A10B5B;
}
</style>