Shades of Jazzberry Jam #A20D6B
Tints of Jazzberry Jam #A20D6B
RGB
CMYK
RGB Variations
Color information
#A20D6B (or 0xA20D6B) is known color: Jazzberry Jam. HEX triplet: A2, 0D and 6B. RGB value is (162,13,107). Sum of RGB (Red+Green+Blue) = 162+13+107=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D6B is #5DF294. Grayscale: #444444. Windows color (decimal): -6156949 or 7015842. OLE color: 7015842.
HSL color Cylindrical-coordinate representation of color #A20D6B: hue angle of 322.15º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D6B is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 107 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.36 |
| HSL | 322.15º | 0.85% | 0.34% | - |
| HSV(B) | 322.15º | 0.92% | 0.64% | - |
| XYZ | 17.7 | 9.03 | 14.72 | - |
| YUV | 68.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 107 | 0 | 0.92 | 0.34 | 0.36 | 322.15 | 0.85 | 0.34 |
| Hex | A2 | D | 6B | 0 | 5C | 22 | 24 | 142 | 55 | 22 |
| Octal | 242 | 15 | 153 | 0 | 134 | 42 | 44 | 502 | 125 | 42 |
| Binary | 10100010 | 1101 | 1101011 | 0 | 1011100 | 100010 | 100100 | 101000010 | 1010101 | 100010 |
Color Harmonies of #A20D6B
Complementary color
Monochromatic Colors of #A20D6B
Black with #A20D6B
Text Example
Text Example
White with #A20D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D6B; }
p { color: rgb(162,13,107); }
H1.HeaderClassName
{
color: #A20D6B;
}
.AnyTagClassName
{
color: #A20D6B;
}
</style>
background-color css
<style>
a { background-color: #A20D6B; }
a { background-color: rgb(162,13,107); }
div.DivClassName
{
background-color: #A20D6B;
}
.BgClassName
{
background-color: #A20D6B;
}
</style>
border-color css
<style>
span { border-color: #A20D6B; }
span { border-color: rgb(162,13,107); }
td.TdClassName
{
border-color: #A20D6B;
}
.TagClassName
{
border-color: #A20D6B;
}
</style>