Shades of Jazzberry Jam #A90166
Tints of Jazzberry Jam #A90166
RGB
CMYK
RGB Variations
Color information
#A90166 (or 0xA90166) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 66. RGB value is (169,1,102). Sum of RGB (Red+Green+Blue) = 169+1+102=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A90166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90166 is #56FE99. Grayscale: #3E3E3E. Windows color (decimal): -5701274 or 6685097. OLE color: 6685097.
HSL color Cylindrical-coordinate representation of color #A90166: hue angle of 323.93º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90166 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.34 |
| HSL | 323.93º | 0.99% | 0.33% | - |
| HSV(B) | 323.93º | 0.99% | 0.66% | - |
| XYZ | 18.77 | 9.42 | 13.4 | - |
| YUV | 62.75 | 150.16 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 102 | 0 | 0.99 | 0.40 | 0.34 | 323.93 | 0.99 | 0.33 |
| Hex | A9 | 1 | 66 | 0 | 63 | 28 | 22 | 144 | 63 | 21 |
| Octal | 251 | 1 | 146 | 0 | 143 | 50 | 42 | 504 | 143 | 41 |
| Binary | 10101001 | 1 | 1100110 | 0 | 1100011 | 101000 | 100010 | 101000100 | 1100011 | 100001 |
Color Harmonies of #A90166
Complementary color
Monochromatic Colors of #A90166
Black with #A90166
Text Example
Text Example
White with #A90166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90166; }
p { color: rgb(169,1,102); }
H1.HeaderClassName
{
color: #A90166;
}
.AnyTagClassName
{
color: #A90166;
}
</style>
background-color css
<style>
a { background-color: #A90166; }
a { background-color: rgb(169,1,102); }
div.DivClassName
{
background-color: #A90166;
}
.BgClassName
{
background-color: #A90166;
}
</style>
border-color css
<style>
span { border-color: #A90166; }
span { border-color: rgb(169,1,102); }
td.TdClassName
{
border-color: #A90166;
}
.TagClassName
{
border-color: #A90166;
}
</style>