Shades of Jazzberry Jam #A20B5C
Tints of Jazzberry Jam #A20B5C
RGB
CMYK
RGB Variations
Color information
#A20B5C (or 0xA20B5C) is known color: Jazzberry Jam. HEX triplet: A2, 0B and 5C. RGB value is (162,11,92). Sum of RGB (Red+Green+Blue) = 162+11+92=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20B5C is #5DF4A3. Grayscale: #414141. Windows color (decimal): -6157476 or 6032290. OLE color: 6032290.
HSL color Cylindrical-coordinate representation of color #A20B5C: hue angle of 327.81º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20B5C is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 92 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.36 |
| HSL | 327.81º | 0.87% | 0.34% | - |
| HSV(B) | 327.81º | 0.93% | 0.64% | - |
| XYZ | 16.95 | 8.69 | 10.91 | - |
| YUV | 65.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 92 | 0 | 0.93 | 0.43 | 0.36 | 327.81 | 0.87 | 0.34 |
| Hex | A2 | B | 5C | 0 | 5D | 2B | 24 | 148 | 57 | 22 |
| Octal | 242 | 13 | 134 | 0 | 135 | 53 | 44 | 510 | 127 | 42 |
| Binary | 10100010 | 1011 | 1011100 | 0 | 1011101 | 101011 | 100100 | 101001000 | 1010111 | 100010 |
Color Harmonies of #A20B5C
Complementary color
Monochromatic Colors of #A20B5C
Black with #A20B5C
Text Example
Text Example
White with #A20B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B5C; }
p { color: rgb(162,11,92); }
H1.HeaderClassName
{
color: #A20B5C;
}
.AnyTagClassName
{
color: #A20B5C;
}
</style>
background-color css
<style>
a { background-color: #A20B5C; }
a { background-color: rgb(162,11,92); }
div.DivClassName
{
background-color: #A20B5C;
}
.BgClassName
{
background-color: #A20B5C;
}
</style>
border-color css
<style>
span { border-color: #A20B5C; }
span { border-color: rgb(162,11,92); }
td.TdClassName
{
border-color: #A20B5C;
}
.TagClassName
{
border-color: #A20B5C;
}
</style>