Shades of Jazzberry Jam #A21762
Tints of Jazzberry Jam #A21762
RGB
CMYK
RGB Variations
Color information
#A21762 (or 0xA21762) is known color: Jazzberry Jam. HEX triplet: A2, 17 and 62. RGB value is (162,23,98). Sum of RGB (Red+Green+Blue) = 162+23+98=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A21762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21762 is #5DE89D. Grayscale: #484848. Windows color (decimal): -6154398 or 6428578. OLE color: 6428578.
HSL color Cylindrical-coordinate representation of color #A21762: hue angle of 327.63º 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 #A21762 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 98 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.36 |
| HSL | 327.63º | 0.75% | 0.36% | - |
| HSV(B) | 327.63º | 0.86% | 0.64% | - |
| XYZ | 17.41 | 9.18 | 12.41 | - |
| YUV | 73.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 98 | 0 | 0.86 | 0.40 | 0.36 | 327.63 | 0.75 | 0.36 |
| Hex | A2 | 17 | 62 | 0 | 56 | 28 | 24 | 148 | 4B | 24 |
| Octal | 242 | 27 | 142 | 0 | 126 | 50 | 44 | 510 | 113 | 44 |
| Binary | 10100010 | 10111 | 1100010 | 0 | 1010110 | 101000 | 100100 | 101001000 | 1001011 | 100100 |
Color Harmonies of #A21762
Complementary color
Monochromatic Colors of #A21762
Black with #A21762
Text Example
Text Example
White with #A21762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21762; }
p { color: rgb(162,23,98); }
H1.HeaderClassName
{
color: #A21762;
}
.AnyTagClassName
{
color: #A21762;
}
</style>
background-color css
<style>
a { background-color: #A21762; }
a { background-color: rgb(162,23,98); }
div.DivClassName
{
background-color: #A21762;
}
.BgClassName
{
background-color: #A21762;
}
</style>
border-color css
<style>
span { border-color: #A21762; }
span { border-color: rgb(162,23,98); }
td.TdClassName
{
border-color: #A21762;
}
.TagClassName
{
border-color: #A21762;
}
</style>