Shades of Jazzberry Jam #A90853
Tints of Jazzberry Jam #A90853
RGB
CMYK
RGB Variations
Color information
#A90853 (or 0xA90853) is known color: Jazzberry Jam. HEX triplet: A9, 08 and 53. RGB value is (169,8,83). Sum of RGB (Red+Green+Blue) = 169+8+83=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A90853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90853 is #56F7AC. Grayscale: #404040. Windows color (decimal): -5699501 or 5441705. OLE color: 5441705.
HSL color Cylindrical-coordinate representation of color #A90853: hue angle of 332.05º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90853 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 83 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.34 |
| HSL | 332.05º | 0.91% | 0.35% | - |
| HSV(B) | 332.05º | 0.95% | 0.66% | - |
| XYZ | 18.01 | 9.23 | 9.02 | - |
| YUV | 64.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 83 | 0 | 0.95 | 0.51 | 0.34 | 332.05 | 0.91 | 0.35 |
| Hex | A9 | 8 | 53 | 0 | 5F | 33 | 22 | 14C | 5B | 23 |
| Octal | 251 | 10 | 123 | 0 | 137 | 63 | 42 | 514 | 133 | 43 |
| Binary | 10101001 | 1000 | 1010011 | 0 | 1011111 | 110011 | 100010 | 101001100 | 1011011 | 100011 |
Color Harmonies of #A90853
Complementary color
Monochromatic Colors of #A90853
Black with #A90853
Text Example
Text Example
White with #A90853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90853; }
p { color: rgb(169,8,83); }
H1.HeaderClassName
{
color: #A90853;
}
.AnyTagClassName
{
color: #A90853;
}
</style>
background-color css
<style>
a { background-color: #A90853; }
a { background-color: rgb(169,8,83); }
div.DivClassName
{
background-color: #A90853;
}
.BgClassName
{
background-color: #A90853;
}
</style>
border-color css
<style>
span { border-color: #A90853; }
span { border-color: rgb(169,8,83); }
td.TdClassName
{
border-color: #A90853;
}
.TagClassName
{
border-color: #A90853;
}
</style>