Shades of Jazzberry Jam #A20C6A
Tints of Jazzberry Jam #A20C6A
RGB
CMYK
RGB Variations
Color information
#A20C6A (or 0xA20C6A) is known color: Jazzberry Jam. HEX triplet: A2, 0C and 6A. RGB value is (162,12,106). Sum of RGB (Red+Green+Blue) = 162+12+106=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20C6A is #5DF395. Grayscale: #434343. Windows color (decimal): -6157206 or 6950050. OLE color: 6950050.
HSL color Cylindrical-coordinate representation of color #A20C6A: hue angle of 322.4º degrees, saturation: 0.86, 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 #A20C6A is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 106 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.36 |
| HSL | 322.4º | 0.86% | 0.34% | - |
| HSV(B) | 322.4º | 0.93% | 0.64% | - |
| XYZ | 17.63 | 8.98 | 14.44 | - |
| YUV | 67.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 106 | 0 | 0.93 | 0.35 | 0.36 | 322.4 | 0.86 | 0.34 |
| Hex | A2 | C | 6A | 0 | 5D | 23 | 24 | 142 | 56 | 22 |
| Octal | 242 | 14 | 152 | 0 | 135 | 43 | 44 | 502 | 126 | 42 |
| Binary | 10100010 | 1100 | 1101010 | 0 | 1011101 | 100011 | 100100 | 101000010 | 1010110 | 100010 |
Color Harmonies of #A20C6A
Complementary color
Monochromatic Colors of #A20C6A
Black with #A20C6A
Text Example
Text Example
White with #A20C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C6A; }
p { color: rgb(162,12,106); }
H1.HeaderClassName
{
color: #A20C6A;
}
.AnyTagClassName
{
color: #A20C6A;
}
</style>
background-color css
<style>
a { background-color: #A20C6A; }
a { background-color: rgb(162,12,106); }
div.DivClassName
{
background-color: #A20C6A;
}
.BgClassName
{
background-color: #A20C6A;
}
</style>
border-color css
<style>
span { border-color: #A20C6A; }
span { border-color: rgb(162,12,106); }
td.TdClassName
{
border-color: #A20C6A;
}
.TagClassName
{
border-color: #A20C6A;
}
</style>