Shades of Jazzberry Jam #A2175D
Tints of Jazzberry Jam #A2175D
RGB
CMYK
RGB Variations
Color information
#A2175D (or 0xA2175D) is known color: Jazzberry Jam. HEX triplet: A2, 17 and 5D. RGB value is (162,23,93). Sum of RGB (Red+Green+Blue) = 162+23+93=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A2175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2175D is #5DE8A2. Grayscale: #484848. Windows color (decimal): -6154403 or 6100898. OLE color: 6100898.
HSL color Cylindrical-coordinate representation of color #A2175D: hue angle of 329.78º 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 #A2175D is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 93 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.36 |
| HSL | 329.78º | 0.75% | 0.36% | - |
| HSV(B) | 329.78º | 0.86% | 0.64% | - |
| XYZ | 17.18 | 9.08 | 11.2 | - |
| YUV | 72.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 93 | 0 | 0.86 | 0.43 | 0.36 | 329.78 | 0.75 | 0.36 |
| Hex | A2 | 17 | 5D | 0 | 56 | 2B | 24 | 14A | 4B | 24 |
| Octal | 242 | 27 | 135 | 0 | 126 | 53 | 44 | 512 | 113 | 44 |
| Binary | 10100010 | 10111 | 1011101 | 0 | 1010110 | 101011 | 100100 | 101001010 | 1001011 | 100100 |
Color Harmonies of #A2175D
Complementary color
Monochromatic Colors of #A2175D
Black with #A2175D
Text Example
Text Example
White with #A2175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2175D; }
p { color: rgb(162,23,93); }
H1.HeaderClassName
{
color: #A2175D;
}
.AnyTagClassName
{
color: #A2175D;
}
</style>
background-color css
<style>
a { background-color: #A2175D; }
a { background-color: rgb(162,23,93); }
div.DivClassName
{
background-color: #A2175D;
}
.BgClassName
{
background-color: #A2175D;
}
</style>
border-color css
<style>
span { border-color: #A2175D; }
span { border-color: rgb(162,23,93); }
td.TdClassName
{
border-color: #A2175D;
}
.TagClassName
{
border-color: #A2175D;
}
</style>