Shades of Jazzberry Jam #A21465
Tints of Jazzberry Jam #A21465
RGB
CMYK
RGB Variations
Color information
#A21465 (or 0xA21465) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 65. RGB value is (162,20,101). Sum of RGB (Red+Green+Blue) = 162+20+101=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A21465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21465 is #5DEB9A. Grayscale: #474747. Windows color (decimal): -6155163 or 6624418. OLE color: 6624418.
HSL color Cylindrical-coordinate representation of color #A21465: hue angle of 325.77º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21465 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 101 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.36 |
| HSL | 325.77º | 0.78% | 0.36% | - |
| HSV(B) | 325.77º | 0.88% | 0.64% | - |
| XYZ | 17.5 | 9.12 | 13.15 | - |
| YUV | 71.69 | 144.54 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 101 | 0 | 0.88 | 0.38 | 0.36 | 325.77 | 0.78 | 0.36 |
| Hex | A2 | 14 | 65 | 0 | 58 | 26 | 24 | 146 | 4E | 24 |
| Octal | 242 | 24 | 145 | 0 | 130 | 46 | 44 | 506 | 116 | 44 |
| Binary | 10100010 | 10100 | 1100101 | 0 | 1011000 | 100110 | 100100 | 101000110 | 1001110 | 100100 |
Color Harmonies of #A21465
Complementary color
Monochromatic Colors of #A21465
Black with #A21465
Text Example
Text Example
White with #A21465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21465; }
p { color: rgb(162,20,101); }
H1.HeaderClassName
{
color: #A21465;
}
.AnyTagClassName
{
color: #A21465;
}
</style>
background-color css
<style>
a { background-color: #A21465; }
a { background-color: rgb(162,20,101); }
div.DivClassName
{
background-color: #A21465;
}
.BgClassName
{
background-color: #A21465;
}
</style>
border-color css
<style>
span { border-color: #A21465; }
span { border-color: rgb(162,20,101); }
td.TdClassName
{
border-color: #A21465;
}
.TagClassName
{
border-color: #A21465;
}
</style>