Shades of Jazzberry Jam #A90B5C
Tints of Jazzberry Jam #A90B5C
RGB
CMYK
RGB Variations
Color information
#A90B5C (or 0xA90B5C) is known color: Jazzberry Jam. HEX triplet: A9, 0B and 5C. RGB value is (169,11,92). Sum of RGB (Red+Green+Blue) = 169+11+92=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B5C is #56F4A3. Grayscale: #434343. Windows color (decimal): -5698724 or 6032297. OLE color: 6032297.
HSL color Cylindrical-coordinate representation of color #A90B5C: hue angle of 329.24º 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 #A90B5C is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 92 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.34 |
| HSL | 329.24º | 0.88% | 0.35% | - |
| HSV(B) | 329.24º | 0.93% | 0.66% | - |
| XYZ | 18.41 | 9.45 | 10.98 | - |
| YUV | 67.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 92 | 0 | 0.93 | 0.46 | 0.34 | 329.24 | 0.88 | 0.35 |
| Hex | A9 | B | 5C | 0 | 5D | 2E | 22 | 149 | 58 | 23 |
| Octal | 251 | 13 | 134 | 0 | 135 | 56 | 42 | 511 | 130 | 43 |
| Binary | 10101001 | 1011 | 1011100 | 0 | 1011101 | 101110 | 100010 | 101001001 | 1011000 | 100011 |
Color Harmonies of #A90B5C
Complementary color
Monochromatic Colors of #A90B5C
Black with #A90B5C
Text Example
Text Example
White with #A90B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B5C; }
p { color: rgb(169,11,92); }
H1.HeaderClassName
{
color: #A90B5C;
}
.AnyTagClassName
{
color: #A90B5C;
}
</style>
background-color css
<style>
a { background-color: #A90B5C; }
a { background-color: rgb(169,11,92); }
div.DivClassName
{
background-color: #A90B5C;
}
.BgClassName
{
background-color: #A90B5C;
}
</style>
border-color css
<style>
span { border-color: #A90B5C; }
span { border-color: rgb(169,11,92); }
td.TdClassName
{
border-color: #A90B5C;
}
.TagClassName
{
border-color: #A90B5C;
}
</style>