Shades of Jazzberry Jam #A90053
Tints of Jazzberry Jam #A90053
RGB
CMYK
RGB Variations
Color information
#A90053 (or 0xA90053) is known color: Jazzberry Jam. HEX triplet: A9, 00 and 53. RGB value is (169,0,83). Sum of RGB (Red+Green+Blue) = 169+0+83=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A90053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90053 is #56FFAC. Grayscale: #3B3B3B. Windows color (decimal): -5701549 or 5439657. OLE color: 5439657.
HSL color Cylindrical-coordinate representation of color #A90053: hue angle of 330.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90053 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.51 | 0.34 |
| HSL | 330.53º | 1% | 0.33% | - |
| HSV(B) | 330.53º | 1% | 0.66% | - |
| XYZ | 17.92 | 9.06 | 8.99 | - |
| YUV | 59.99 | 140.99 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 83 | 0 | 1 | 0.51 | 0.34 | 330.53 | 1 | 0.33 |
| Hex | A9 | 0 | 53 | 0 | 64 | 33 | 22 | 14B | 64 | 21 |
| Octal | 251 | 0 | 123 | 0 | 144 | 63 | 42 | 513 | 144 | 41 |
| Binary | 10101001 | 0 | 1010011 | 0 | 1100100 | 110011 | 100010 | 101001011 | 1100100 | 100001 |
Color Harmonies of #A90053
Complementary color
Monochromatic Colors of #A90053
Black with #A90053
Text Example
Text Example
White with #A90053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90053; }
p { color: rgb(169,0,83); }
H1.HeaderClassName
{
color: #A90053;
}
.AnyTagClassName
{
color: #A90053;
}
</style>
background-color css
<style>
a { background-color: #A90053; }
a { background-color: rgb(169,0,83); }
div.DivClassName
{
background-color: #A90053;
}
.BgClassName
{
background-color: #A90053;
}
</style>
border-color css
<style>
span { border-color: #A90053; }
span { border-color: rgb(169,0,83); }
td.TdClassName
{
border-color: #A90053;
}
.TagClassName
{
border-color: #A90053;
}
</style>