Shades of Jazzberry Jam #A21568
Tints of Jazzberry Jam #A21568
RGB
CMYK
RGB Variations
Color information
#A21568 (or 0xA21568) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 68. RGB value is (162,21,104). Sum of RGB (Red+Green+Blue) = 162+21+104=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A21568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21568 is #5DEA97. Grayscale: #484848. Windows color (decimal): -6154904 or 6821282. OLE color: 6821282.
HSL color Cylindrical-coordinate representation of color #A21568: hue angle of 324.68º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21568 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 104 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.36 |
| HSL | 324.68º | 0.77% | 0.36% | - |
| HSV(B) | 324.68º | 0.87% | 0.64% | - |
| XYZ | 17.67 | 9.22 | 13.94 | - |
| YUV | 72.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 104 | 0 | 0.87 | 0.36 | 0.36 | 324.68 | 0.77 | 0.36 |
| Hex | A2 | 15 | 68 | 0 | 57 | 24 | 24 | 145 | 4D | 24 |
| Octal | 242 | 25 | 150 | 0 | 127 | 44 | 44 | 505 | 115 | 44 |
| Binary | 10100010 | 10101 | 1101000 | 0 | 1010111 | 100100 | 100100 | 101000101 | 1001101 | 100100 |
Color Harmonies of #A21568
Complementary color
Monochromatic Colors of #A21568
Black with #A21568
Text Example
Text Example
White with #A21568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21568; }
p { color: rgb(162,21,104); }
H1.HeaderClassName
{
color: #A21568;
}
.AnyTagClassName
{
color: #A21568;
}
</style>
background-color css
<style>
a { background-color: #A21568; }
a { background-color: rgb(162,21,104); }
div.DivClassName
{
background-color: #A21568;
}
.BgClassName
{
background-color: #A21568;
}
</style>
border-color css
<style>
span { border-color: #A21568; }
span { border-color: rgb(162,21,104); }
td.TdClassName
{
border-color: #A21568;
}
.TagClassName
{
border-color: #A21568;
}
</style>