Shades of Jazzberry Jam #A31474
Tints of Jazzberry Jam #A31474
RGB
CMYK
RGB Variations
Color information
#A31474 (or 0xA31474) is known color: Jazzberry Jam. HEX triplet: A3, 14 and 74. RGB value is (163,20,116). Sum of RGB (Red+Green+Blue) = 163+20+116=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A31474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31474 is #5CEB8B. Grayscale: #494949. Windows color (decimal): -6089612 or 7607459. OLE color: 7607459.
HSL color Cylindrical-coordinate representation of color #A31474: hue angle of 319.72º degrees, saturation: 0.78, 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 #A31474 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 116 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.36 |
| HSL | 319.72º | 0.78% | 0.36% | - |
| HSV(B) | 319.72º | 0.88% | 0.64% | - |
| XYZ | 18.51 | 9.55 | 17.39 | - |
| YUV | 73.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 116 | 0 | 0.88 | 0.29 | 0.36 | 319.72 | 0.78 | 0.36 |
| Hex | A3 | 14 | 74 | 0 | 58 | 1D | 24 | 140 | 4E | 24 |
| Octal | 243 | 24 | 164 | 0 | 130 | 35 | 44 | 500 | 116 | 44 |
| Binary | 10100011 | 10100 | 1110100 | 0 | 1011000 | 11101 | 100100 | 101000000 | 1001110 | 100100 |
Color Harmonies of #A31474
Complementary color
Monochromatic Colors of #A31474
Black with #A31474
Text Example
Text Example
White with #A31474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31474; }
p { color: rgb(163,20,116); }
H1.HeaderClassName
{
color: #A31474;
}
.AnyTagClassName
{
color: #A31474;
}
</style>
background-color css
<style>
a { background-color: #A31474; }
a { background-color: rgb(163,20,116); }
div.DivClassName
{
background-color: #A31474;
}
.BgClassName
{
background-color: #A31474;
}
</style>
border-color css
<style>
span { border-color: #A31474; }
span { border-color: rgb(163,20,116); }
td.TdClassName
{
border-color: #A31474;
}
.TagClassName
{
border-color: #A31474;
}
</style>