Shades of Jazzberry Jam #A90B5B
Tints of Jazzberry Jam #A90B5B
RGB
CMYK
RGB Variations
Color information
#A90B5B (or 0xA90B5B) is known color: Jazzberry Jam. HEX triplet: A9, 0B and 5B. RGB value is (169,11,91). Sum of RGB (Red+Green+Blue) = 169+11+91=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B5B is #56F4A4. Grayscale: #434343. Windows color (decimal): -5698725 or 5966761. OLE color: 5966761.
HSL color Cylindrical-coordinate representation of color #A90B5B: hue angle of 329.62º 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 #A90B5B is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 91 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.34 |
| HSL | 329.62º | 0.88% | 0.35% | - |
| HSV(B) | 329.62º | 0.93% | 0.66% | - |
| XYZ | 18.37 | 9.43 | 10.75 | - |
| YUV | 67.36 | 141.35 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 91 | 0 | 0.93 | 0.46 | 0.34 | 329.62 | 0.88 | 0.35 |
| Hex | A9 | B | 5B | 0 | 5D | 2E | 22 | 14A | 58 | 23 |
| Octal | 251 | 13 | 133 | 0 | 135 | 56 | 42 | 512 | 130 | 43 |
| Binary | 10101001 | 1011 | 1011011 | 0 | 1011101 | 101110 | 100010 | 101001010 | 1011000 | 100011 |
Color Harmonies of #A90B5B
Complementary color
Monochromatic Colors of #A90B5B
Black with #A90B5B
Text Example
Text Example
White with #A90B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B5B; }
p { color: rgb(169,11,91); }
H1.HeaderClassName
{
color: #A90B5B;
}
.AnyTagClassName
{
color: #A90B5B;
}
</style>
background-color css
<style>
a { background-color: #A90B5B; }
a { background-color: rgb(169,11,91); }
div.DivClassName
{
background-color: #A90B5B;
}
.BgClassName
{
background-color: #A90B5B;
}
</style>
border-color css
<style>
span { border-color: #A90B5B; }
span { border-color: rgb(169,11,91); }
td.TdClassName
{
border-color: #A90B5B;
}
.TagClassName
{
border-color: #A90B5B;
}
</style>