Shades of Jazzberry Jam #A91E6B
Tints of Jazzberry Jam #A91E6B
RGB
CMYK
RGB Variations
Color information
#A91E6B (or 0xA91E6B) is known color: Jazzberry Jam. HEX triplet: A9, 1E and 6B. RGB value is (169,30,107). Sum of RGB (Red+Green+Blue) = 169+30+107=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E6B is #56E194. Grayscale: #505050. Windows color (decimal): -5693845 or 7020201. OLE color: 7020201.
HSL color Cylindrical-coordinate representation of color #A91E6B: hue angle of 326.76º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E6B is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 107 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.34 |
| HSL | 326.76º | 0.7% | 0.39% | - |
| HSV(B) | 326.76º | 0.82% | 0.66% | - |
| XYZ | 19.48 | 10.43 | 14.9 | - |
| YUV | 80.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 107 | 0 | 0.82 | 0.37 | 0.34 | 326.76 | 0.7 | 0.39 |
| Hex | A9 | 1E | 6B | 0 | 52 | 25 | 22 | 147 | 46 | 27 |
| Octal | 251 | 36 | 153 | 0 | 122 | 45 | 42 | 507 | 106 | 47 |
| Binary | 10101001 | 11110 | 1101011 | 0 | 1010010 | 100101 | 100010 | 101000111 | 1000110 | 100111 |
Color Harmonies of #A91E6B
Complementary color
Monochromatic Colors of #A91E6B
Black with #A91E6B
Text Example
Text Example
White with #A91E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E6B; }
p { color: rgb(169,30,107); }
H1.HeaderClassName
{
color: #A91E6B;
}
.AnyTagClassName
{
color: #A91E6B;
}
</style>
background-color css
<style>
a { background-color: #A91E6B; }
a { background-color: rgb(169,30,107); }
div.DivClassName
{
background-color: #A91E6B;
}
.BgClassName
{
background-color: #A91E6B;
}
</style>
border-color css
<style>
span { border-color: #A91E6B; }
span { border-color: rgb(169,30,107); }
td.TdClassName
{
border-color: #A91E6B;
}
.TagClassName
{
border-color: #A91E6B;
}
</style>