Shades of Jazzberry Jam #A2135A
Tints of Jazzberry Jam #A2135A
RGB
CMYK
RGB Variations
Color information
#A2135A (or 0xA2135A) is known color: Jazzberry Jam. HEX triplet: A2, 13 and 5A. RGB value is (162,19,90). Sum of RGB (Red+Green+Blue) = 162+19+90=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A2135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2135A is #5DECA5. Grayscale: #454545. Windows color (decimal): -6155430 or 5903266. OLE color: 5903266.
HSL color Cylindrical-coordinate representation of color #A2135A: hue angle of 330.21º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2135A is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 90 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.36 |
| HSL | 330.21º | 0.79% | 0.35% | - |
| HSV(B) | 330.21º | 0.88% | 0.64% | - |
| XYZ | 16.98 | 8.89 | 10.49 | - |
| YUV | 69.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 90 | 0 | 0.88 | 0.44 | 0.36 | 330.21 | 0.79 | 0.35 |
| Hex | A2 | 13 | 5A | 0 | 58 | 2C | 24 | 14A | 4F | 23 |
| Octal | 242 | 23 | 132 | 0 | 130 | 54 | 44 | 512 | 117 | 43 |
| Binary | 10100010 | 10011 | 1011010 | 0 | 1011000 | 101100 | 100100 | 101001010 | 1001111 | 100011 |
Color Harmonies of #A2135A
Complementary color
Monochromatic Colors of #A2135A
Black with #A2135A
Text Example
Text Example
White with #A2135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2135A; }
p { color: rgb(162,19,90); }
H1.HeaderClassName
{
color: #A2135A;
}
.AnyTagClassName
{
color: #A2135A;
}
</style>
background-color css
<style>
a { background-color: #A2135A; }
a { background-color: rgb(162,19,90); }
div.DivClassName
{
background-color: #A2135A;
}
.BgClassName
{
background-color: #A2135A;
}
</style>
border-color css
<style>
span { border-color: #A2135A; }
span { border-color: rgb(162,19,90); }
td.TdClassName
{
border-color: #A2135A;
}
.TagClassName
{
border-color: #A2135A;
}
</style>