Shades of Jazzberry Jam #A21875
Tints of Jazzberry Jam #A21875
RGB
CMYK
RGB Variations
Color information
#A21875 (or 0xA21875) is known color: Jazzberry Jam. HEX triplet: A2, 18 and 75. RGB value is (162,24,117). Sum of RGB (Red+Green+Blue) = 162+24+117=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A21875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21875 is #5DE78A. Grayscale: #4B4B4B. Windows color (decimal): -6154123 or 7674018. OLE color: 7674018.
HSL color Cylindrical-coordinate representation of color #A21875: hue angle of 319.57º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21875 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 117 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.36 |
| HSL | 319.57º | 0.74% | 0.36% | - |
| HSV(B) | 319.57º | 0.85% | 0.64% | - |
| XYZ | 18.44 | 9.62 | 17.71 | - |
| YUV | 75.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 117 | 0 | 0.85 | 0.28 | 0.36 | 319.57 | 0.74 | 0.36 |
| Hex | A2 | 18 | 75 | 0 | 55 | 1C | 24 | 140 | 4A | 24 |
| Octal | 242 | 30 | 165 | 0 | 125 | 34 | 44 | 500 | 112 | 44 |
| Binary | 10100010 | 11000 | 1110101 | 0 | 1010101 | 11100 | 100100 | 101000000 | 1001010 | 100100 |
Color Harmonies of #A21875
Complementary color
Monochromatic Colors of #A21875
Black with #A21875
Text Example
Text Example
White with #A21875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21875; }
p { color: rgb(162,24,117); }
H1.HeaderClassName
{
color: #A21875;
}
.AnyTagClassName
{
color: #A21875;
}
</style>
background-color css
<style>
a { background-color: #A21875; }
a { background-color: rgb(162,24,117); }
div.DivClassName
{
background-color: #A21875;
}
.BgClassName
{
background-color: #A21875;
}
</style>
border-color css
<style>
span { border-color: #A21875; }
span { border-color: rgb(162,24,117); }
td.TdClassName
{
border-color: #A21875;
}
.TagClassName
{
border-color: #A21875;
}
</style>