Shades of Jazzberry Jam #A81478
Tints of Jazzberry Jam #A81478
RGB
CMYK
RGB Variations
Color information
#A81478 (or 0xA81478) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 78. RGB value is (168,20,120). Sum of RGB (Red+Green+Blue) = 168+20+120=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A81478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81478 is #57EB87. Grayscale: #4B4B4B. Windows color (decimal): -5761928 or 7869608. OLE color: 7869608.
HSL color Cylindrical-coordinate representation of color #A81478: hue angle of 319.46º 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 #A81478 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 120 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.34 |
| HSL | 319.46º | 0.79% | 0.37% | - |
| HSV(B) | 319.46º | 0.88% | 0.66% | - |
| XYZ | 19.79 | 10.18 | 18.69 | - |
| YUV | 75.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 120 | 0 | 0.88 | 0.29 | 0.34 | 319.46 | 0.79 | 0.37 |
| Hex | A8 | 14 | 78 | 0 | 58 | 1D | 22 | 13F | 4F | 25 |
| Octal | 250 | 24 | 170 | 0 | 130 | 35 | 42 | 477 | 117 | 45 |
| Binary | 10101000 | 10100 | 1111000 | 0 | 1011000 | 11101 | 100010 | 100111111 | 1001111 | 100101 |
Color Harmonies of #A81478
Complementary color
Monochromatic Colors of #A81478
Black with #A81478
Text Example
Text Example
White with #A81478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81478; }
p { color: rgb(168,20,120); }
H1.HeaderClassName
{
color: #A81478;
}
.AnyTagClassName
{
color: #A81478;
}
</style>
background-color css
<style>
a { background-color: #A81478; }
a { background-color: rgb(168,20,120); }
div.DivClassName
{
background-color: #A81478;
}
.BgClassName
{
background-color: #A81478;
}
</style>
border-color css
<style>
span { border-color: #A81478; }
span { border-color: rgb(168,20,120); }
td.TdClassName
{
border-color: #A81478;
}
.TagClassName
{
border-color: #A81478;
}
</style>