Shades of Jazzberry Jam #A92063
Tints of Jazzberry Jam #A92063
RGB
CMYK
RGB Variations
Color information
#A92063 (or 0xA92063) is known color: Jazzberry Jam. HEX triplet: A9, 20 and 63. RGB value is (169,32,99). Sum of RGB (Red+Green+Blue) = 169+32+99=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A92063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92063 is #56DF9C. Grayscale: #505050. Windows color (decimal): -5693341 or 6496425. OLE color: 6496425.
HSL color Cylindrical-coordinate representation of color #A92063: hue angle of 330.66º 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 #A92063 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 99 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.34 |
| HSL | 330.66º | 0.68% | 0.39% | - |
| HSV(B) | 330.66º | 0.81% | 0.66% | - |
| XYZ | 19.13 | 10.37 | 12.8 | - |
| YUV | 80.6 | 138.39 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 99 | 0 | 0.81 | 0.41 | 0.34 | 330.66 | 0.68 | 0.39 |
| Hex | A9 | 20 | 63 | 0 | 51 | 29 | 22 | 14B | 44 | 27 |
| Octal | 251 | 40 | 143 | 0 | 121 | 51 | 42 | 513 | 104 | 47 |
| Binary | 10101001 | 100000 | 1100011 | 0 | 1010001 | 101001 | 100010 | 101001011 | 1000100 | 100111 |
Color Harmonies of #A92063
Complementary color
Monochromatic Colors of #A92063
Black with #A92063
Text Example
Text Example
White with #A92063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92063; }
p { color: rgb(169,32,99); }
H1.HeaderClassName
{
color: #A92063;
}
.AnyTagClassName
{
color: #A92063;
}
</style>
background-color css
<style>
a { background-color: #A92063; }
a { background-color: rgb(169,32,99); }
div.DivClassName
{
background-color: #A92063;
}
.BgClassName
{
background-color: #A92063;
}
</style>
border-color css
<style>
span { border-color: #A92063; }
span { border-color: rgb(169,32,99); }
td.TdClassName
{
border-color: #A92063;
}
.TagClassName
{
border-color: #A92063;
}
</style>