Shades of Jazzberry Jam #A81266
Tints of Jazzberry Jam #A81266
RGB
CMYK
RGB Variations
Color information
#A81266 (or 0xA81266) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 66. RGB value is (168,18,102). Sum of RGB (Red+Green+Blue) = 168+18+102=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A81266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81266 is #57ED99. Grayscale: #484848. Windows color (decimal): -5762458 or 6689448. OLE color: 6689448.
HSL color Cylindrical-coordinate representation of color #A81266: hue angle of 326.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81266 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 102 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.34 |
| HSL | 326.4º | 0.81% | 0.36% | - |
| HSV(B) | 326.4º | 0.89% | 0.66% | - |
| XYZ | 18.76 | 9.72 | 13.46 | - |
| YUV | 72.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 102 | 0 | 0.89 | 0.39 | 0.34 | 326.4 | 0.81 | 0.36 |
| Hex | A8 | 12 | 66 | 0 | 59 | 27 | 22 | 146 | 51 | 24 |
| Octal | 250 | 22 | 146 | 0 | 131 | 47 | 42 | 506 | 121 | 44 |
| Binary | 10101000 | 10010 | 1100110 | 0 | 1011001 | 100111 | 100010 | 101000110 | 1010001 | 100100 |
Color Harmonies of #A81266
Complementary color
Monochromatic Colors of #A81266
Black with #A81266
Text Example
Text Example
White with #A81266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81266; }
p { color: rgb(168,18,102); }
H1.HeaderClassName
{
color: #A81266;
}
.AnyTagClassName
{
color: #A81266;
}
</style>
background-color css
<style>
a { background-color: #A81266; }
a { background-color: rgb(168,18,102); }
div.DivClassName
{
background-color: #A81266;
}
.BgClassName
{
background-color: #A81266;
}
</style>
border-color css
<style>
span { border-color: #A81266; }
span { border-color: rgb(168,18,102); }
td.TdClassName
{
border-color: #A81266;
}
.TagClassName
{
border-color: #A81266;
}
</style>