Shades of Jazzberry Jam #A31369
Tints of Jazzberry Jam #A31369
RGB
CMYK
RGB Variations
Color information
#A31369 (or 0xA31369) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 69. RGB value is (163,19,105). Sum of RGB (Red+Green+Blue) = 163+19+105=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A31369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31369 is #5CEC96. Grayscale: #474747. Windows color (decimal): -6089879 or 6886307. OLE color: 6886307.
HSL color Cylindrical-coordinate representation of color #A31369: hue angle of 324.17º 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 #A31369 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 105 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.36 |
| HSL | 324.17º | 0.79% | 0.36% | - |
| HSV(B) | 324.17º | 0.88% | 0.64% | - |
| XYZ | 17.89 | 9.27 | 14.21 | - |
| YUV | 71.86 | 146.71 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 105 | 0 | 0.88 | 0.36 | 0.36 | 324.17 | 0.79 | 0.36 |
| Hex | A3 | 13 | 69 | 0 | 58 | 24 | 24 | 144 | 4F | 24 |
| Octal | 243 | 23 | 151 | 0 | 130 | 44 | 44 | 504 | 117 | 44 |
| Binary | 10100011 | 10011 | 1101001 | 0 | 1011000 | 100100 | 100100 | 101000100 | 1001111 | 100100 |
Color Harmonies of #A31369
Complementary color
Monochromatic Colors of #A31369
Black with #A31369
Text Example
Text Example
White with #A31369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31369; }
p { color: rgb(163,19,105); }
H1.HeaderClassName
{
color: #A31369;
}
.AnyTagClassName
{
color: #A31369;
}
</style>
background-color css
<style>
a { background-color: #A31369; }
a { background-color: rgb(163,19,105); }
div.DivClassName
{
background-color: #A31369;
}
.BgClassName
{
background-color: #A31369;
}
</style>
border-color css
<style>
span { border-color: #A31369; }
span { border-color: rgb(163,19,105); }
td.TdClassName
{
border-color: #A31369;
}
.TagClassName
{
border-color: #A31369;
}
</style>