Shades of Jazzberry Jam #A81358
Tints of Jazzberry Jam #A81358
RGB
CMYK
RGB Variations
Color information
#A81358 (or 0xA81358) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 58. RGB value is (168,19,88). Sum of RGB (Red+Green+Blue) = 168+19+88=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A81358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81358 is #57ECA7. Grayscale: #474747. Windows color (decimal): -5762216 or 5772200. OLE color: 5772200.
HSL color Cylindrical-coordinate representation of color #A81358: hue angle of 332.21º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81358 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 88 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.34 |
| HSL | 332.21º | 0.8% | 0.37% | - |
| HSV(B) | 332.21º | 0.89% | 0.66% | - |
| XYZ | 18.14 | 9.5 | 10.11 | - |
| YUV | 71.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 88 | 0 | 0.89 | 0.48 | 0.34 | 332.21 | 0.8 | 0.37 |
| Hex | A8 | 13 | 58 | 0 | 59 | 30 | 22 | 14C | 50 | 25 |
| Octal | 250 | 23 | 130 | 0 | 131 | 60 | 42 | 514 | 120 | 45 |
| Binary | 10101000 | 10011 | 1011000 | 0 | 1011001 | 110000 | 100010 | 101001100 | 1010000 | 100101 |
Color Harmonies of #A81358
Complementary color
Monochromatic Colors of #A81358
Black with #A81358
Text Example
Text Example
White with #A81358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81358; }
p { color: rgb(168,19,88); }
H1.HeaderClassName
{
color: #A81358;
}
.AnyTagClassName
{
color: #A81358;
}
</style>
background-color css
<style>
a { background-color: #A81358; }
a { background-color: rgb(168,19,88); }
div.DivClassName
{
background-color: #A81358;
}
.BgClassName
{
background-color: #A81358;
}
</style>
border-color css
<style>
span { border-color: #A81358; }
span { border-color: rgb(168,19,88); }
td.TdClassName
{
border-color: #A81358;
}
.TagClassName
{
border-color: #A81358;
}
</style>