Shades of Jazzberry Jam #A81062
Tints of Jazzberry Jam #A81062
RGB
CMYK
RGB Variations
Color information
#A81062 (or 0xA81062) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 62. RGB value is (168,16,98). Sum of RGB (Red+Green+Blue) = 168+16+98=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A81062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81062 is #57EF9D. Grayscale: #464646. Windows color (decimal): -5762974 or 6426792. OLE color: 6426792.
HSL color Cylindrical-coordinate representation of color #A81062: hue angle of 327.63º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81062 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 98 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.34 |
| HSL | 327.63º | 0.83% | 0.36% | - |
| HSV(B) | 327.63º | 0.9% | 0.66% | - |
| XYZ | 18.54 | 9.58 | 12.43 | - |
| YUV | 70.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 98 | 0 | 0.90 | 0.42 | 0.34 | 327.63 | 0.83 | 0.36 |
| Hex | A8 | 10 | 62 | 0 | 5A | 2A | 22 | 148 | 53 | 24 |
| Octal | 250 | 20 | 142 | 0 | 132 | 52 | 42 | 510 | 123 | 44 |
| Binary | 10101000 | 10000 | 1100010 | 0 | 1011010 | 101010 | 100010 | 101001000 | 1010011 | 100100 |
Color Harmonies of #A81062
Complementary color
Monochromatic Colors of #A81062
Black with #A81062
Text Example
Text Example
White with #A81062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81062; }
p { color: rgb(168,16,98); }
H1.HeaderClassName
{
color: #A81062;
}
.AnyTagClassName
{
color: #A81062;
}
</style>
background-color css
<style>
a { background-color: #A81062; }
a { background-color: rgb(168,16,98); }
div.DivClassName
{
background-color: #A81062;
}
.BgClassName
{
background-color: #A81062;
}
</style>
border-color css
<style>
span { border-color: #A81062; }
span { border-color: rgb(168,16,98); }
td.TdClassName
{
border-color: #A81062;
}
.TagClassName
{
border-color: #A81062;
}
</style>