Shades of Jazzberry Jam #A2174D
Tints of Jazzberry Jam #A2174D
RGB
CMYK
RGB Variations
Color information
#A2174D (or 0xA2174D) is known color: Jazzberry Jam. HEX triplet: A2, 17 and 4D. RGB value is (162,23,77). Sum of RGB (Red+Green+Blue) = 162+23+77=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A2174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2174D is #5DE8B2. Grayscale: #464646. Windows color (decimal): -6154419 or 5052322. OLE color: 5052322.
HSL color Cylindrical-coordinate representation of color #A2174D: hue angle of 336.69º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2174D is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 77 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.36 |
| HSL | 336.69º | 0.75% | 0.36% | - |
| HSV(B) | 336.69º | 0.86% | 0.64% | - |
| XYZ | 16.55 | 8.83 | 7.85 | - |
| YUV | 70.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 77 | 0 | 0.86 | 0.52 | 0.36 | 336.69 | 0.75 | 0.36 |
| Hex | A2 | 17 | 4D | 0 | 56 | 34 | 24 | 151 | 4B | 24 |
| Octal | 242 | 27 | 115 | 0 | 126 | 64 | 44 | 521 | 113 | 44 |
| Binary | 10100010 | 10111 | 1001101 | 0 | 1010110 | 110100 | 100100 | 101010001 | 1001011 | 100100 |
Color Harmonies of #A2174D
Complementary color
Monochromatic Colors of #A2174D
Black with #A2174D
Text Example
Text Example
White with #A2174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2174D; }
p { color: rgb(162,23,77); }
H1.HeaderClassName
{
color: #A2174D;
}
.AnyTagClassName
{
color: #A2174D;
}
</style>
background-color css
<style>
a { background-color: #A2174D; }
a { background-color: rgb(162,23,77); }
div.DivClassName
{
background-color: #A2174D;
}
.BgClassName
{
background-color: #A2174D;
}
</style>
border-color css
<style>
span { border-color: #A2174D; }
span { border-color: rgb(162,23,77); }
td.TdClassName
{
border-color: #A2174D;
}
.TagClassName
{
border-color: #A2174D;
}
</style>