Shades of Jazzberry Jam #A21E6D
Tints of Jazzberry Jam #A21E6D
RGB
CMYK
RGB Variations
Color information
#A21E6D (or 0xA21E6D) is known color: Jazzberry Jam. HEX triplet: A2, 1E and 6D. RGB value is (162,30,109). Sum of RGB (Red+Green+Blue) = 162+30+109=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E6D is #5DE192. Grayscale: #4E4E4E. Windows color (decimal): -6152595 or 7151266. OLE color: 7151266.
HSL color Cylindrical-coordinate representation of color #A21E6D: hue angle of 324.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E6D is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 109 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.36 |
| HSL | 324.09º | 0.69% | 0.38% | - |
| HSV(B) | 324.09º | 0.81% | 0.64% | - |
| XYZ | 18.12 | 9.71 | 15.39 | - |
| YUV | 78.47 | 145.23 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 109 | 0 | 0.81 | 0.33 | 0.36 | 324.09 | 0.69 | 0.38 |
| Hex | A2 | 1E | 6D | 0 | 51 | 21 | 24 | 144 | 45 | 26 |
| Octal | 242 | 36 | 155 | 0 | 121 | 41 | 44 | 504 | 105 | 46 |
| Binary | 10100010 | 11110 | 1101101 | 0 | 1010001 | 100001 | 100100 | 101000100 | 1000101 | 100110 |
Color Harmonies of #A21E6D
Complementary color
Monochromatic Colors of #A21E6D
Black with #A21E6D
Text Example
Text Example
White with #A21E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E6D; }
p { color: rgb(162,30,109); }
H1.HeaderClassName
{
color: #A21E6D;
}
.AnyTagClassName
{
color: #A21E6D;
}
</style>
background-color css
<style>
a { background-color: #A21E6D; }
a { background-color: rgb(162,30,109); }
div.DivClassName
{
background-color: #A21E6D;
}
.BgClassName
{
background-color: #A21E6D;
}
</style>
border-color css
<style>
span { border-color: #A21E6D; }
span { border-color: rgb(162,30,109); }
td.TdClassName
{
border-color: #A21E6D;
}
.TagClassName
{
border-color: #A21E6D;
}
</style>