Shades of Jazzberry Jam #A31352
Tints of Jazzberry Jam #A31352
RGB
CMYK
RGB Variations
Color information
#A31352 (or 0xA31352) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 52. RGB value is (163,19,82). Sum of RGB (Red+Green+Blue) = 163+19+82=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A31352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31352 is #5CECAD. Grayscale: #454545. Windows color (decimal): -6089902 or 5378979. OLE color: 5378979.
HSL color Cylindrical-coordinate representation of color #A31352: hue angle of 333.75º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31352 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 82 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.36 |
| HSL | 333.75º | 0.79% | 0.36% | - |
| HSV(B) | 333.75º | 0.88% | 0.64% | - |
| XYZ | 16.86 | 8.86 | 8.8 | - |
| YUV | 69.24 | 135.21 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 82 | 0 | 0.88 | 0.50 | 0.36 | 333.75 | 0.79 | 0.36 |
| Hex | A3 | 13 | 52 | 0 | 58 | 32 | 24 | 14E | 4F | 24 |
| Octal | 243 | 23 | 122 | 0 | 130 | 62 | 44 | 516 | 117 | 44 |
| Binary | 10100011 | 10011 | 1010010 | 0 | 1011000 | 110010 | 100100 | 101001110 | 1001111 | 100100 |
Color Harmonies of #A31352
Complementary color
Monochromatic Colors of #A31352
Black with #A31352
Text Example
Text Example
White with #A31352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31352; }
p { color: rgb(163,19,82); }
H1.HeaderClassName
{
color: #A31352;
}
.AnyTagClassName
{
color: #A31352;
}
</style>
background-color css
<style>
a { background-color: #A31352; }
a { background-color: rgb(163,19,82); }
div.DivClassName
{
background-color: #A31352;
}
.BgClassName
{
background-color: #A31352;
}
</style>
border-color css
<style>
span { border-color: #A31352; }
span { border-color: rgb(163,19,82); }
td.TdClassName
{
border-color: #A31352;
}
.TagClassName
{
border-color: #A31352;
}
</style>