Shades of Jazzberry Jam #A11A5B
Tints of Jazzberry Jam #A11A5B
RGB
CMYK
RGB Variations
Color information
#A11A5B (or 0xA11A5B) is known color: Jazzberry Jam. HEX triplet: A1, 1A and 5B. RGB value is (161,26,91). Sum of RGB (Red+Green+Blue) = 161+26+91=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A5B is #5EE5A4. Grayscale: #494949. Windows color (decimal): -6219173 or 5970593. OLE color: 5970593.
HSL color Cylindrical-coordinate representation of color #A11A5B: hue angle of 331.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A5B is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 91 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.37 |
| HSL | 331.11º | 0.72% | 0.37% | - |
| HSV(B) | 331.11º | 0.84% | 0.63% | - |
| XYZ | 16.96 | 9.07 | 10.75 | - |
| YUV | 73.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 91 | 0 | 0.84 | 0.43 | 0.37 | 331.11 | 0.72 | 0.37 |
| Hex | A1 | 1A | 5B | 0 | 54 | 2B | 25 | 14B | 48 | 25 |
| Octal | 241 | 32 | 133 | 0 | 124 | 53 | 45 | 513 | 110 | 45 |
| Binary | 10100001 | 11010 | 1011011 | 0 | 1010100 | 101011 | 100101 | 101001011 | 1001000 | 100101 |
Color Harmonies of #A11A5B
Complementary color
Monochromatic Colors of #A11A5B
Black with #A11A5B
Text Example
Text Example
White with #A11A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A5B; }
p { color: rgb(161,26,91); }
H1.HeaderClassName
{
color: #A11A5B;
}
.AnyTagClassName
{
color: #A11A5B;
}
</style>
background-color css
<style>
a { background-color: #A11A5B; }
a { background-color: rgb(161,26,91); }
div.DivClassName
{
background-color: #A11A5B;
}
.BgClassName
{
background-color: #A11A5B;
}
</style>
border-color css
<style>
span { border-color: #A11A5B; }
span { border-color: rgb(161,26,91); }
td.TdClassName
{
border-color: #A11A5B;
}
.TagClassName
{
border-color: #A11A5B;
}
</style>