Shades of Jazzberry Jam #A10E5B
Tints of Jazzberry Jam #A10E5B
RGB
CMYK
RGB Variations
Color information
#A10E5B (or 0xA10E5B) is known color: Jazzberry Jam. HEX triplet: A1, 0E and 5B. RGB value is (161,14,91). Sum of RGB (Red+Green+Blue) = 161+14+91=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10E5B is #5EF1A4. Grayscale: #424242. Windows color (decimal): -6222245 or 5967521. OLE color: 5967521.
HSL color Cylindrical-coordinate representation of color #A10E5B: hue angle of 328.57º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10E5B is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 14 | 91 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.37 |
| HSL | 328.57º | 0.84% | 0.34% | - |
| HSV(B) | 328.57º | 0.91% | 0.63% | - |
| XYZ | 16.74 | 8.65 | 10.68 | - |
| YUV | 66.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 91 | 0 | 0.91 | 0.43 | 0.37 | 328.57 | 0.84 | 0.34 |
| Hex | A1 | E | 5B | 0 | 5B | 2B | 25 | 149 | 54 | 22 |
| Octal | 241 | 16 | 133 | 0 | 133 | 53 | 45 | 511 | 124 | 42 |
| Binary | 10100001 | 1110 | 1011011 | 0 | 1011011 | 101011 | 100101 | 101001001 | 1010100 | 100010 |
Color Harmonies of #A10E5B
Complementary color
Monochromatic Colors of #A10E5B
Black with #A10E5B
Text Example
Text Example
White with #A10E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10E5B; }
p { color: rgb(161,14,91); }
H1.HeaderClassName
{
color: #A10E5B;
}
.AnyTagClassName
{
color: #A10E5B;
}
</style>
background-color css
<style>
a { background-color: #A10E5B; }
a { background-color: rgb(161,14,91); }
div.DivClassName
{
background-color: #A10E5B;
}
.BgClassName
{
background-color: #A10E5B;
}
</style>
border-color css
<style>
span { border-color: #A10E5B; }
span { border-color: rgb(161,14,91); }
td.TdClassName
{
border-color: #A10E5B;
}
.TagClassName
{
border-color: #A10E5B;
}
</style>