Shades of Jazzberry Jam #A90E6B
Tints of Jazzberry Jam #A90E6B
RGB
CMYK
RGB Variations
Color information
#A90E6B (or 0xA90E6B) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 6B. RGB value is (169,14,107). Sum of RGB (Red+Green+Blue) = 169+14+107=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E6B is #56F194. Grayscale: #464646. Windows color (decimal): -5697941 or 7016105. OLE color: 7016105.
HSL color Cylindrical-coordinate representation of color #A90E6B: hue angle of 324º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90E6B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 107 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.34 |
| HSL | 324º | 0.85% | 0.36% | - |
| HSV(B) | 324º | 0.92% | 0.66% | - |
| XYZ | 19.17 | 9.81 | 14.79 | - |
| YUV | 70.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 107 | 0 | 0.92 | 0.37 | 0.34 | 324 | 0.85 | 0.36 |
| Hex | A9 | E | 6B | 0 | 5C | 25 | 22 | 144 | 55 | 24 |
| Octal | 251 | 16 | 153 | 0 | 134 | 45 | 42 | 504 | 125 | 44 |
| Binary | 10101001 | 1110 | 1101011 | 0 | 1011100 | 100101 | 100010 | 101000100 | 1010101 | 100100 |
Color Harmonies of #A90E6B
Complementary color
Monochromatic Colors of #A90E6B
Black with #A90E6B
Text Example
Text Example
White with #A90E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E6B; }
p { color: rgb(169,14,107); }
H1.HeaderClassName
{
color: #A90E6B;
}
.AnyTagClassName
{
color: #A90E6B;
}
</style>
background-color css
<style>
a { background-color: #A90E6B; }
a { background-color: rgb(169,14,107); }
div.DivClassName
{
background-color: #A90E6B;
}
.BgClassName
{
background-color: #A90E6B;
}
</style>
border-color css
<style>
span { border-color: #A90E6B; }
span { border-color: rgb(169,14,107); }
td.TdClassName
{
border-color: #A90E6B;
}
.TagClassName
{
border-color: #A90E6B;
}
</style>