Shades of Jazzberry Jam #A21C6B
Tints of Jazzberry Jam #A21C6B
RGB
CMYK
RGB Variations
Color information
#A21C6B (or 0xA21C6B) is known color: Jazzberry Jam. HEX triplet: A2, 1C and 6B. RGB value is (162,28,107). Sum of RGB (Red+Green+Blue) = 162+28+107=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21C6B is #5DE394. Grayscale: #4C4C4C. Windows color (decimal): -6153109 or 7019682. OLE color: 7019682.
HSL color Cylindrical-coordinate representation of color #A21C6B: hue angle of 324.63º 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 #A21C6B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 28 | 107 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.36 |
| HSL | 324.63º | 0.71% | 0.37% | - |
| HSV(B) | 324.63º | 0.83% | 0.64% | - |
| XYZ | 17.97 | 9.57 | 14.81 | - |
| YUV | 77.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 107 | 0 | 0.83 | 0.34 | 0.36 | 324.63 | 0.71 | 0.37 |
| Hex | A2 | 1C | 6B | 0 | 53 | 22 | 24 | 145 | 47 | 25 |
| Octal | 242 | 34 | 153 | 0 | 123 | 42 | 44 | 505 | 107 | 45 |
| Binary | 10100010 | 11100 | 1101011 | 0 | 1010011 | 100010 | 100100 | 101000101 | 1000111 | 100101 |
Color Harmonies of #A21C6B
Complementary color
Monochromatic Colors of #A21C6B
Black with #A21C6B
Text Example
Text Example
White with #A21C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21C6B; }
p { color: rgb(162,28,107); }
H1.HeaderClassName
{
color: #A21C6B;
}
.AnyTagClassName
{
color: #A21C6B;
}
</style>
background-color css
<style>
a { background-color: #A21C6B; }
a { background-color: rgb(162,28,107); }
div.DivClassName
{
background-color: #A21C6B;
}
.BgClassName
{
background-color: #A21C6B;
}
</style>
border-color css
<style>
span { border-color: #A21C6B; }
span { border-color: rgb(162,28,107); }
td.TdClassName
{
border-color: #A21C6B;
}
.TagClassName
{
border-color: #A21C6B;
}
</style>