Shades of Jazzberry Jam #A81462
Tints of Jazzberry Jam #A81462
RGB
CMYK
RGB Variations
Color information
#A81462 (or 0xA81462) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 62. RGB value is (168,20,98). Sum of RGB (Red+Green+Blue) = 168+20+98=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A81462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81462 is #57EB9D. Grayscale: #484848. Windows color (decimal): -5761950 or 6427816. OLE color: 6427816.
HSL color Cylindrical-coordinate representation of color #A81462: hue angle of 328.38º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81462 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 98 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.34 |
| HSL | 328.38º | 0.79% | 0.37% | - |
| HSV(B) | 328.38º | 0.88% | 0.66% | - |
| XYZ | 18.6 | 9.71 | 12.45 | - |
| YUV | 73.14 | 142.03 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 98 | 0 | 0.88 | 0.42 | 0.34 | 328.38 | 0.79 | 0.37 |
| Hex | A8 | 14 | 62 | 0 | 58 | 2A | 22 | 148 | 4F | 25 |
| Octal | 250 | 24 | 142 | 0 | 130 | 52 | 42 | 510 | 117 | 45 |
| Binary | 10101000 | 10100 | 1100010 | 0 | 1011000 | 101010 | 100010 | 101001000 | 1001111 | 100101 |
Color Harmonies of #A81462
Complementary color
Monochromatic Colors of #A81462
Black with #A81462
Text Example
Text Example
White with #A81462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81462; }
p { color: rgb(168,20,98); }
H1.HeaderClassName
{
color: #A81462;
}
.AnyTagClassName
{
color: #A81462;
}
</style>
background-color css
<style>
a { background-color: #A81462; }
a { background-color: rgb(168,20,98); }
div.DivClassName
{
background-color: #A81462;
}
.BgClassName
{
background-color: #A81462;
}
</style>
border-color css
<style>
span { border-color: #A81462; }
span { border-color: rgb(168,20,98); }
td.TdClassName
{
border-color: #A81462;
}
.TagClassName
{
border-color: #A81462;
}
</style>