Shades of Jazzberry Jam #A90B5D
Tints of Jazzberry Jam #A90B5D
RGB
CMYK
RGB Variations
Color information
#A90B5D (or 0xA90B5D) is known color: Jazzberry Jam. HEX triplet: A9, 0B and 5D. RGB value is (169,11,93). Sum of RGB (Red+Green+Blue) = 169+11+93=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B5D is #56F4A2. Grayscale: #434343. Windows color (decimal): -5698723 or 6097833. OLE color: 6097833.
HSL color Cylindrical-coordinate representation of color #A90B5D: hue angle of 328.86º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90B5D is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 93 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.34 |
| HSL | 328.86º | 0.88% | 0.35% | - |
| HSV(B) | 328.86º | 0.93% | 0.66% | - |
| XYZ | 18.46 | 9.46 | 11.21 | - |
| YUV | 67.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 93 | 0 | 0.93 | 0.45 | 0.34 | 328.86 | 0.88 | 0.35 |
| Hex | A9 | B | 5D | 0 | 5D | 2D | 22 | 149 | 58 | 23 |
| Octal | 251 | 13 | 135 | 0 | 135 | 55 | 42 | 511 | 130 | 43 |
| Binary | 10101001 | 1011 | 1011101 | 0 | 1011101 | 101101 | 100010 | 101001001 | 1011000 | 100011 |
Color Harmonies of #A90B5D
Complementary color
Monochromatic Colors of #A90B5D
Black with #A90B5D
Text Example
Text Example
White with #A90B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B5D; }
p { color: rgb(169,11,93); }
H1.HeaderClassName
{
color: #A90B5D;
}
.AnyTagClassName
{
color: #A90B5D;
}
</style>
background-color css
<style>
a { background-color: #A90B5D; }
a { background-color: rgb(169,11,93); }
div.DivClassName
{
background-color: #A90B5D;
}
.BgClassName
{
background-color: #A90B5D;
}
</style>
border-color css
<style>
span { border-color: #A90B5D; }
span { border-color: rgb(169,11,93); }
td.TdClassName
{
border-color: #A90B5D;
}
.TagClassName
{
border-color: #A90B5D;
}
</style>