Shades of Jazzberry Jam #A21B5A
Tints of Jazzberry Jam #A21B5A
RGB
CMYK
RGB Variations
Color information
#A21B5A (or 0xA21B5A) is known color: Jazzberry Jam. HEX triplet: A2, 1B and 5A. RGB value is (162,27,90). Sum of RGB (Red+Green+Blue) = 162+27+90=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B5A is #5DE4A5. Grayscale: #4A4A4A. Windows color (decimal): -6153382 or 5905314. OLE color: 5905314.
HSL color Cylindrical-coordinate representation of color #A21B5A: hue angle of 332º 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 #A21B5A is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 90 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.36 |
| HSL | 332º | 0.71% | 0.37% | - |
| HSV(B) | 332º | 0.83% | 0.64% | - |
| XYZ | 17.14 | 9.2 | 10.55 | - |
| YUV | 74.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 90 | 0 | 0.83 | 0.44 | 0.36 | 332 | 0.71 | 0.37 |
| Hex | A2 | 1B | 5A | 0 | 53 | 2C | 24 | 14C | 47 | 25 |
| Octal | 242 | 33 | 132 | 0 | 123 | 54 | 44 | 514 | 107 | 45 |
| Binary | 10100010 | 11011 | 1011010 | 0 | 1010011 | 101100 | 100100 | 101001100 | 1000111 | 100101 |
Color Harmonies of #A21B5A
Complementary color
Monochromatic Colors of #A21B5A
Black with #A21B5A
Text Example
Text Example
White with #A21B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B5A; }
p { color: rgb(162,27,90); }
H1.HeaderClassName
{
color: #A21B5A;
}
.AnyTagClassName
{
color: #A21B5A;
}
</style>
background-color css
<style>
a { background-color: #A21B5A; }
a { background-color: rgb(162,27,90); }
div.DivClassName
{
background-color: #A21B5A;
}
.BgClassName
{
background-color: #A21B5A;
}
</style>
border-color css
<style>
span { border-color: #A21B5A; }
span { border-color: rgb(162,27,90); }
td.TdClassName
{
border-color: #A21B5A;
}
.TagClassName
{
border-color: #A21B5A;
}
</style>