Shades of Jazzberry Jam #A90A6B
Tints of Jazzberry Jam #A90A6B
RGB
CMYK
RGB Variations
Color information
#A90A6B (or 0xA90A6B) is known color: Jazzberry Jam. HEX triplet: A9, 0A and 6B. RGB value is (169,10,107). Sum of RGB (Red+Green+Blue) = 169+10+107=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A6B is #56F594. Grayscale: #444444. Windows color (decimal): -5698965 or 7015081. OLE color: 7015081.
HSL color Cylindrical-coordinate representation of color #A90A6B: hue angle of 323.4º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A6B is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 107 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.34 |
| HSL | 323.4º | 0.89% | 0.35% | - |
| HSV(B) | 323.4º | 0.94% | 0.66% | - |
| XYZ | 19.12 | 9.71 | 14.78 | - |
| YUV | 68.6 | 149.68 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 107 | 0 | 0.94 | 0.37 | 0.34 | 323.4 | 0.89 | 0.35 |
| Hex | A9 | A | 6B | 0 | 5E | 25 | 22 | 143 | 59 | 23 |
| Octal | 251 | 12 | 153 | 0 | 136 | 45 | 42 | 503 | 131 | 43 |
| Binary | 10101001 | 1010 | 1101011 | 0 | 1011110 | 100101 | 100010 | 101000011 | 1011001 | 100011 |
Color Harmonies of #A90A6B
Complementary color
Monochromatic Colors of #A90A6B
Black with #A90A6B
Text Example
Text Example
White with #A90A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A6B; }
p { color: rgb(169,10,107); }
H1.HeaderClassName
{
color: #A90A6B;
}
.AnyTagClassName
{
color: #A90A6B;
}
</style>
background-color css
<style>
a { background-color: #A90A6B; }
a { background-color: rgb(169,10,107); }
div.DivClassName
{
background-color: #A90A6B;
}
.BgClassName
{
background-color: #A90A6B;
}
</style>
border-color css
<style>
span { border-color: #A90A6B; }
span { border-color: rgb(169,10,107); }
td.TdClassName
{
border-color: #A90A6B;
}
.TagClassName
{
border-color: #A90A6B;
}
</style>