Shades of Jazzberry Jam #A91E6D
Tints of Jazzberry Jam #A91E6D
RGB
CMYK
RGB Variations
Color information
#A91E6D (or 0xA91E6D) is known color: Jazzberry Jam. HEX triplet: A9, 1E and 6D. RGB value is (169,30,109). Sum of RGB (Red+Green+Blue) = 169+30+109=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E6D is #56E192. Grayscale: #505050. Windows color (decimal): -5693843 or 7151273. OLE color: 7151273.
HSL color Cylindrical-coordinate representation of color #A91E6D: hue angle of 325.9º 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 #A91E6D is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 109 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.34 |
| HSL | 325.9º | 0.7% | 0.39% | - |
| HSV(B) | 325.9º | 0.82% | 0.66% | - |
| XYZ | 19.59 | 10.47 | 15.46 | - |
| YUV | 80.57 | 144.05 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 109 | 0 | 0.82 | 0.36 | 0.34 | 325.9 | 0.7 | 0.39 |
| Hex | A9 | 1E | 6D | 0 | 52 | 24 | 22 | 146 | 46 | 27 |
| Octal | 251 | 36 | 155 | 0 | 122 | 44 | 42 | 506 | 106 | 47 |
| Binary | 10101001 | 11110 | 1101101 | 0 | 1010010 | 100100 | 100010 | 101000110 | 1000110 | 100111 |
Color Harmonies of #A91E6D
Complementary color
Monochromatic Colors of #A91E6D
Black with #A91E6D
Text Example
Text Example
White with #A91E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E6D; }
p { color: rgb(169,30,109); }
H1.HeaderClassName
{
color: #A91E6D;
}
.AnyTagClassName
{
color: #A91E6D;
}
</style>
background-color css
<style>
a { background-color: #A91E6D; }
a { background-color: rgb(169,30,109); }
div.DivClassName
{
background-color: #A91E6D;
}
.BgClassName
{
background-color: #A91E6D;
}
</style>
border-color css
<style>
span { border-color: #A91E6D; }
span { border-color: rgb(169,30,109); }
td.TdClassName
{
border-color: #A91E6D;
}
.TagClassName
{
border-color: #A91E6D;
}
</style>