Shades of Jazzberry Jam #A2135C
Tints of Jazzberry Jam #A2135C
RGB
CMYK
RGB Variations
Color information
#A2135C (or 0xA2135C) is known color: Jazzberry Jam. HEX triplet: A2, 13 and 5C. RGB value is (162,19,92). Sum of RGB (Red+Green+Blue) = 162+19+92=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2135C is #5DECA3. Grayscale: #454545. Windows color (decimal): -6155428 or 6034338. OLE color: 6034338.
HSL color Cylindrical-coordinate representation of color #A2135C: hue angle of 329.37º 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 #A2135C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 92 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.36 |
| HSL | 329.37º | 0.79% | 0.35% | - |
| HSV(B) | 329.37º | 0.88% | 0.64% | - |
| XYZ | 17.06 | 8.92 | 10.95 | - |
| YUV | 70.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 92 | 0 | 0.88 | 0.43 | 0.36 | 329.37 | 0.79 | 0.35 |
| Hex | A2 | 13 | 5C | 0 | 58 | 2B | 24 | 149 | 4F | 23 |
| Octal | 242 | 23 | 134 | 0 | 130 | 53 | 44 | 511 | 117 | 43 |
| Binary | 10100010 | 10011 | 1011100 | 0 | 1011000 | 101011 | 100100 | 101001001 | 1001111 | 100011 |
Color Harmonies of #A2135C
Complementary color
Monochromatic Colors of #A2135C
Black with #A2135C
Text Example
Text Example
White with #A2135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2135C; }
p { color: rgb(162,19,92); }
H1.HeaderClassName
{
color: #A2135C;
}
.AnyTagClassName
{
color: #A2135C;
}
</style>
background-color css
<style>
a { background-color: #A2135C; }
a { background-color: rgb(162,19,92); }
div.DivClassName
{
background-color: #A2135C;
}
.BgClassName
{
background-color: #A2135C;
}
</style>
border-color css
<style>
span { border-color: #A2135C; }
span { border-color: rgb(162,19,92); }
td.TdClassName
{
border-color: #A2135C;
}
.TagClassName
{
border-color: #A2135C;
}
</style>