Shades of Jazzberry Jam #A31266
Tints of Jazzberry Jam #A31266
RGB
CMYK
RGB Variations
Color information
#A31266 (or 0xA31266) is known color: Jazzberry Jam. HEX triplet: A3, 12 and 66. RGB value is (163,18,102). Sum of RGB (Red+Green+Blue) = 163+18+102=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A31266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31266 is #5CED99. Grayscale: #464646. Windows color (decimal): -6090138 or 6689443. OLE color: 6689443.
HSL color Cylindrical-coordinate representation of color #A31266: hue angle of 325.24º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31266 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 102 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.36 |
| HSL | 325.24º | 0.8% | 0.35% | - |
| HSV(B) | 325.24º | 0.89% | 0.64% | - |
| XYZ | 17.72 | 9.18 | 13.41 | - |
| YUV | 70.93 | 145.54 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 102 | 0 | 0.89 | 0.37 | 0.36 | 325.24 | 0.8 | 0.35 |
| Hex | A3 | 12 | 66 | 0 | 59 | 25 | 24 | 145 | 50 | 23 |
| Octal | 243 | 22 | 146 | 0 | 131 | 45 | 44 | 505 | 120 | 43 |
| Binary | 10100011 | 10010 | 1100110 | 0 | 1011001 | 100101 | 100100 | 101000101 | 1010000 | 100011 |
Color Harmonies of #A31266
Complementary color
Monochromatic Colors of #A31266
Black with #A31266
Text Example
Text Example
White with #A31266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31266; }
p { color: rgb(163,18,102); }
H1.HeaderClassName
{
color: #A31266;
}
.AnyTagClassName
{
color: #A31266;
}
</style>
background-color css
<style>
a { background-color: #A31266; }
a { background-color: rgb(163,18,102); }
div.DivClassName
{
background-color: #A31266;
}
.BgClassName
{
background-color: #A31266;
}
</style>
border-color css
<style>
span { border-color: #A31266; }
span { border-color: rgb(163,18,102); }
td.TdClassName
{
border-color: #A31266;
}
.TagClassName
{
border-color: #A31266;
}
</style>