Shades of Jazzberry Jam #A90E6A
Tints of Jazzberry Jam #A90E6A
RGB
CMYK
RGB Variations
Color information
#A90E6A (or 0xA90E6A) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 6A. RGB value is (169,14,106). Sum of RGB (Red+Green+Blue) = 169+14+106=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E6A is #56F195. Grayscale: #464646. Windows color (decimal): -5697942 or 6950569. OLE color: 6950569.
HSL color Cylindrical-coordinate representation of color #A90E6A: hue angle of 324.39º 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 #A90E6A is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 106 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.34 |
| HSL | 324.39º | 0.85% | 0.36% | - |
| HSV(B) | 324.39º | 0.92% | 0.66% | - |
| XYZ | 19.12 | 9.79 | 14.52 | - |
| YUV | 70.83 | 147.85 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 106 | 0 | 0.92 | 0.37 | 0.34 | 324.39 | 0.85 | 0.36 |
| Hex | A9 | E | 6A | 0 | 5C | 25 | 22 | 144 | 55 | 24 |
| Octal | 251 | 16 | 152 | 0 | 134 | 45 | 42 | 504 | 125 | 44 |
| Binary | 10101001 | 1110 | 1101010 | 0 | 1011100 | 100101 | 100010 | 101000100 | 1010101 | 100100 |
Color Harmonies of #A90E6A
Complementary color
Monochromatic Colors of #A90E6A
Black with #A90E6A
Text Example
Text Example
White with #A90E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E6A; }
p { color: rgb(169,14,106); }
H1.HeaderClassName
{
color: #A90E6A;
}
.AnyTagClassName
{
color: #A90E6A;
}
</style>
background-color css
<style>
a { background-color: #A90E6A; }
a { background-color: rgb(169,14,106); }
div.DivClassName
{
background-color: #A90E6A;
}
.BgClassName
{
background-color: #A90E6A;
}
</style>
border-color css
<style>
span { border-color: #A90E6A; }
span { border-color: rgb(169,14,106); }
td.TdClassName
{
border-color: #A90E6A;
}
.TagClassName
{
border-color: #A90E6A;
}
</style>