Shades of Jazzberry Jam #A90766
Tints of Jazzberry Jam #A90766
RGB
CMYK
RGB Variations
Color information
#A90766 (or 0xA90766) is known color: Jazzberry Jam. HEX triplet: A9, 07 and 66. RGB value is (169,7,102). Sum of RGB (Red+Green+Blue) = 169+7+102=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A90766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90766 is #56F899. Grayscale: #424242. Windows color (decimal): -5699738 or 6686633. OLE color: 6686633.
HSL color Cylindrical-coordinate representation of color #A90766: hue angle of 324.81º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90766 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 102 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.34 |
| HSL | 324.81º | 0.92% | 0.35% | - |
| HSV(B) | 324.81º | 0.96% | 0.66% | - |
| XYZ | 18.84 | 9.55 | 13.42 | - |
| YUV | 66.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 102 | 0 | 0.96 | 0.40 | 0.34 | 324.81 | 0.92 | 0.35 |
| Hex | A9 | 7 | 66 | 0 | 60 | 28 | 22 | 145 | 5C | 23 |
| Octal | 251 | 7 | 146 | 0 | 140 | 50 | 42 | 505 | 134 | 43 |
| Binary | 10101001 | 111 | 1100110 | 0 | 1100000 | 101000 | 100010 | 101000101 | 1011100 | 100011 |
Color Harmonies of #A90766
Complementary color
Monochromatic Colors of #A90766
Black with #A90766
Text Example
Text Example
White with #A90766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90766; }
p { color: rgb(169,7,102); }
H1.HeaderClassName
{
color: #A90766;
}
.AnyTagClassName
{
color: #A90766;
}
</style>
background-color css
<style>
a { background-color: #A90766; }
a { background-color: rgb(169,7,102); }
div.DivClassName
{
background-color: #A90766;
}
.BgClassName
{
background-color: #A90766;
}
</style>
border-color css
<style>
span { border-color: #A90766; }
span { border-color: rgb(169,7,102); }
td.TdClassName
{
border-color: #A90766;
}
.TagClassName
{
border-color: #A90766;
}
</style>