Shades of Jazzberry Jam #A90153
Tints of Jazzberry Jam #A90153
RGB
CMYK
RGB Variations
Color information
#A90153 (or 0xA90153) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 53. RGB value is (169,1,83). Sum of RGB (Red+Green+Blue) = 169+1+83=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A90153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90153 is #56FEAC. Grayscale: #3C3C3C. Windows color (decimal): -5701293 or 5439913. OLE color: 5439913.
HSL color Cylindrical-coordinate representation of color #A90153: hue angle of 330.71º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90153 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.34 |
| HSL | 330.71º | 0.99% | 0.33% | - |
| HSV(B) | 330.71º | 0.99% | 0.66% | - |
| XYZ | 17.93 | 9.08 | 8.99 | - |
| YUV | 60.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 83 | 0 | 0.99 | 0.51 | 0.34 | 330.71 | 0.99 | 0.33 |
| Hex | A9 | 1 | 53 | 0 | 63 | 33 | 22 | 14B | 63 | 21 |
| Octal | 251 | 1 | 123 | 0 | 143 | 63 | 42 | 513 | 143 | 41 |
| Binary | 10101001 | 1 | 1010011 | 0 | 1100011 | 110011 | 100010 | 101001011 | 1100011 | 100001 |
Color Harmonies of #A90153
Complementary color
Monochromatic Colors of #A90153
Black with #A90153
Text Example
Text Example
White with #A90153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90153; }
p { color: rgb(169,1,83); }
H1.HeaderClassName
{
color: #A90153;
}
.AnyTagClassName
{
color: #A90153;
}
</style>
background-color css
<style>
a { background-color: #A90153; }
a { background-color: rgb(169,1,83); }
div.DivClassName
{
background-color: #A90153;
}
.BgClassName
{
background-color: #A90153;
}
</style>
border-color css
<style>
span { border-color: #A90153; }
span { border-color: rgb(169,1,83); }
td.TdClassName
{
border-color: #A90153;
}
.TagClassName
{
border-color: #A90153;
}
</style>