Shades of Jazzberry Jam #A9206E
Tints of Jazzberry Jam #A9206E
RGB
CMYK
RGB Variations
Color information
#A9206E (or 0xA9206E) is known color: Jazzberry Jam. HEX triplet: A9, 20 and 6E. RGB value is (169,32,110). Sum of RGB (Red+Green+Blue) = 169+32+110=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9206E is #56DF91. Grayscale: #515151. Windows color (decimal): -5693330 or 7217321. OLE color: 7217321.
HSL color Cylindrical-coordinate representation of color #A9206E: hue angle of 325.84º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9206E is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 110 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.34 |
| HSL | 325.84º | 0.68% | 0.39% | - |
| HSV(B) | 325.84º | 0.81% | 0.66% | - |
| XYZ | 19.69 | 10.59 | 15.76 | - |
| YUV | 81.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 110 | 0 | 0.81 | 0.35 | 0.34 | 325.84 | 0.68 | 0.39 |
| Hex | A9 | 20 | 6E | 0 | 51 | 23 | 22 | 146 | 44 | 27 |
| Octal | 251 | 40 | 156 | 0 | 121 | 43 | 42 | 506 | 104 | 47 |
| Binary | 10101001 | 100000 | 1101110 | 0 | 1010001 | 100011 | 100010 | 101000110 | 1000100 | 100111 |
Color Harmonies of #A9206E
Complementary color
Monochromatic Colors of #A9206E
Black with #A9206E
Text Example
Text Example
White with #A9206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9206E; }
p { color: rgb(169,32,110); }
H1.HeaderClassName
{
color: #A9206E;
}
.AnyTagClassName
{
color: #A9206E;
}
</style>
background-color css
<style>
a { background-color: #A9206E; }
a { background-color: rgb(169,32,110); }
div.DivClassName
{
background-color: #A9206E;
}
.BgClassName
{
background-color: #A9206E;
}
</style>
border-color css
<style>
span { border-color: #A9206E; }
span { border-color: rgb(169,32,110); }
td.TdClassName
{
border-color: #A9206E;
}
.TagClassName
{
border-color: #A9206E;
}
</style>