Shades of Jazzberry Jam #A21266
Tints of Jazzberry Jam #A21266
RGB
CMYK
RGB Variations
Color information
#A21266 (or 0xA21266) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 66. RGB value is (162,18,102). Sum of RGB (Red+Green+Blue) = 162+18+102=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A21266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21266 is #5DED99. Grayscale: #464646. Windows color (decimal): -6155674 or 6689442. OLE color: 6689442.
HSL color Cylindrical-coordinate representation of color #A21266: hue angle of 325º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21266 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 102 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.36 |
| HSL | 325º | 0.8% | 0.35% | - |
| HSV(B) | 325º | 0.89% | 0.64% | - |
| XYZ | 17.51 | 9.07 | 13.4 | - |
| YUV | 70.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 102 | 0 | 0.89 | 0.37 | 0.36 | 325 | 0.8 | 0.35 |
| Hex | A2 | 12 | 66 | 0 | 59 | 25 | 24 | 145 | 50 | 23 |
| Octal | 242 | 22 | 146 | 0 | 131 | 45 | 44 | 505 | 120 | 43 |
| Binary | 10100010 | 10010 | 1100110 | 0 | 1011001 | 100101 | 100100 | 101000101 | 1010000 | 100011 |
Color Harmonies of #A21266
Complementary color
Monochromatic Colors of #A21266
Black with #A21266
Text Example
Text Example
White with #A21266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21266; }
p { color: rgb(162,18,102); }
H1.HeaderClassName
{
color: #A21266;
}
.AnyTagClassName
{
color: #A21266;
}
</style>
background-color css
<style>
a { background-color: #A21266; }
a { background-color: rgb(162,18,102); }
div.DivClassName
{
background-color: #A21266;
}
.BgClassName
{
background-color: #A21266;
}
</style>
border-color css
<style>
span { border-color: #A21266; }
span { border-color: rgb(162,18,102); }
td.TdClassName
{
border-color: #A21266;
}
.TagClassName
{
border-color: #A21266;
}
</style>