Shades of Jazzberry Jam #A62470
Tints of Jazzberry Jam #A62470
RGB
CMYK
RGB Variations
Color information
#A62470 (or 0xA62470) is known color: Jazzberry Jam. HEX triplet: A6, 24 and 70. RGB value is (166,36,112). Sum of RGB (Red+Green+Blue) = 166+36+112=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A62470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62470 is #59DB8F. Grayscale: #535353. Windows color (decimal): -5888912 or 7349414. OLE color: 7349414.
HSL color Cylindrical-coordinate representation of color #A62470: hue angle of 324.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62470 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 112 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.35 |
| HSL | 324.92º | 0.64% | 0.4% | - |
| HSV(B) | 324.92º | 0.78% | 0.65% | - |
| XYZ | 19.28 | 10.54 | 16.35 | - |
| YUV | 83.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 112 | 0 | 0.78 | 0.33 | 0.35 | 324.92 | 0.64 | 0.4 |
| Hex | A6 | 24 | 70 | 0 | 4E | 21 | 23 | 145 | 40 | 28 |
| Octal | 246 | 44 | 160 | 0 | 116 | 41 | 43 | 505 | 100 | 50 |
| Binary | 10100110 | 100100 | 1110000 | 0 | 1001110 | 100001 | 100011 | 101000101 | 1000000 | 101000 |
Color Harmonies of #A62470
Complementary color
Monochromatic Colors of #A62470
Black with #A62470
Text Example
Text Example
White with #A62470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62470; }
p { color: rgb(166,36,112); }
H1.HeaderClassName
{
color: #A62470;
}
.AnyTagClassName
{
color: #A62470;
}
</style>
background-color css
<style>
a { background-color: #A62470; }
a { background-color: rgb(166,36,112); }
div.DivClassName
{
background-color: #A62470;
}
.BgClassName
{
background-color: #A62470;
}
</style>
border-color css
<style>
span { border-color: #A62470; }
span { border-color: rgb(166,36,112); }
td.TdClassName
{
border-color: #A62470;
}
.TagClassName
{
border-color: #A62470;
}
</style>