Shades of Jazzberry Jam #A90366
Tints of Jazzberry Jam #A90366
RGB
CMYK
RGB Variations
Color information
#A90366 (or 0xA90366) is known color: Jazzberry Jam. HEX triplet: A9, 03 and 66. RGB value is (169,3,102). Sum of RGB (Red+Green+Blue) = 169+3+102=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A90366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90366 is #56FC99. Grayscale: #3F3F3F. Windows color (decimal): -5700762 or 6685609. OLE color: 6685609.
HSL color Cylindrical-coordinate representation of color #A90366: hue angle of 324.22º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90366 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 102 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.34 |
| HSL | 324.22º | 0.97% | 0.34% | - |
| HSV(B) | 324.22º | 0.98% | 0.66% | - |
| XYZ | 18.79 | 9.46 | 13.41 | - |
| YUV | 63.92 | 149.5 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 102 | 0 | 0.98 | 0.40 | 0.34 | 324.22 | 0.97 | 0.34 |
| Hex | A9 | 3 | 66 | 0 | 62 | 28 | 22 | 144 | 61 | 22 |
| Octal | 251 | 3 | 146 | 0 | 142 | 50 | 42 | 504 | 141 | 42 |
| Binary | 10101001 | 11 | 1100110 | 0 | 1100010 | 101000 | 100010 | 101000100 | 1100001 | 100010 |
Color Harmonies of #A90366
Complementary color
Monochromatic Colors of #A90366
Black with #A90366
Text Example
Text Example
White with #A90366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90366; }
p { color: rgb(169,3,102); }
H1.HeaderClassName
{
color: #A90366;
}
.AnyTagClassName
{
color: #A90366;
}
</style>
background-color css
<style>
a { background-color: #A90366; }
a { background-color: rgb(169,3,102); }
div.DivClassName
{
background-color: #A90366;
}
.BgClassName
{
background-color: #A90366;
}
</style>
border-color css
<style>
span { border-color: #A90366; }
span { border-color: rgb(169,3,102); }
td.TdClassName
{
border-color: #A90366;
}
.TagClassName
{
border-color: #A90366;
}
</style>