Shades of Jazzberry Jam #A21B55
Tints of Jazzberry Jam #A21B55
RGB
CMYK
RGB Variations
Color information
#A21B55 (or 0xA21B55) is known color: Jazzberry Jam. HEX triplet: A2, 1B and 55. RGB value is (162,27,85). Sum of RGB (Red+Green+Blue) = 162+27+85=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B55 is #5DE4AA. Grayscale: #494949. Windows color (decimal): -6153387 or 5577634. OLE color: 5577634.
HSL color Cylindrical-coordinate representation of color #A21B55: hue angle of 334.22º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B55 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 85 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.36 |
| HSL | 334.22º | 0.71% | 0.37% | - |
| HSV(B) | 334.22º | 0.83% | 0.64% | - |
| XYZ | 16.93 | 9.12 | 9.46 | - |
| YUV | 73.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 85 | 0 | 0.83 | 0.48 | 0.36 | 334.22 | 0.71 | 0.37 |
| Hex | A2 | 1B | 55 | 0 | 53 | 30 | 24 | 14E | 47 | 25 |
| Octal | 242 | 33 | 125 | 0 | 123 | 60 | 44 | 516 | 107 | 45 |
| Binary | 10100010 | 11011 | 1010101 | 0 | 1010011 | 110000 | 100100 | 101001110 | 1000111 | 100101 |
Color Harmonies of #A21B55
Complementary color
Monochromatic Colors of #A21B55
Black with #A21B55
Text Example
Text Example
White with #A21B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B55; }
p { color: rgb(162,27,85); }
H1.HeaderClassName
{
color: #A21B55;
}
.AnyTagClassName
{
color: #A21B55;
}
</style>
background-color css
<style>
a { background-color: #A21B55; }
a { background-color: rgb(162,27,85); }
div.DivClassName
{
background-color: #A21B55;
}
.BgClassName
{
background-color: #A21B55;
}
</style>
border-color css
<style>
span { border-color: #A21B55; }
span { border-color: rgb(162,27,85); }
td.TdClassName
{
border-color: #A21B55;
}
.TagClassName
{
border-color: #A21B55;
}
</style>