Shades of Jazzberry Jam #A90D6A
Tints of Jazzberry Jam #A90D6A
RGB
CMYK
RGB Variations
Color information
#A90D6A (or 0xA90D6A) is known color: Jazzberry Jam. HEX triplet: A9, 0D and 6A. RGB value is (169,13,106). Sum of RGB (Red+Green+Blue) = 169+13+106=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90D6A is #56F295. Grayscale: #464646. Windows color (decimal): -5698198 or 6950313. OLE color: 6950313.
HSL color Cylindrical-coordinate representation of color #A90D6A: hue angle of 324.23º degrees, saturation: 0.86, 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 #A90D6A is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 13 | 106 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.34 |
| HSL | 324.23º | 0.86% | 0.36% | - |
| HSV(B) | 324.23º | 0.92% | 0.66% | - |
| XYZ | 19.11 | 9.76 | 14.51 | - |
| YUV | 70.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 106 | 0 | 0.92 | 0.37 | 0.34 | 324.23 | 0.86 | 0.36 |
| Hex | A9 | D | 6A | 0 | 5C | 25 | 22 | 144 | 56 | 24 |
| Octal | 251 | 15 | 152 | 0 | 134 | 45 | 42 | 504 | 126 | 44 |
| Binary | 10101001 | 1101 | 1101010 | 0 | 1011100 | 100101 | 100010 | 101000100 | 1010110 | 100100 |
Color Harmonies of #A90D6A
Complementary color
Monochromatic Colors of #A90D6A
Black with #A90D6A
Text Example
Text Example
White with #A90D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90D6A; }
p { color: rgb(169,13,106); }
H1.HeaderClassName
{
color: #A90D6A;
}
.AnyTagClassName
{
color: #A90D6A;
}
</style>
background-color css
<style>
a { background-color: #A90D6A; }
a { background-color: rgb(169,13,106); }
div.DivClassName
{
background-color: #A90D6A;
}
.BgClassName
{
background-color: #A90D6A;
}
</style>
border-color css
<style>
span { border-color: #A90D6A; }
span { border-color: rgb(169,13,106); }
td.TdClassName
{
border-color: #A90D6A;
}
.TagClassName
{
border-color: #A90D6A;
}
</style>