Shades of Jazzberry Jam #A81058
Tints of Jazzberry Jam #A81058
RGB
CMYK
RGB Variations
Color information
#A81058 (or 0xA81058) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 58. RGB value is (168,16,88). Sum of RGB (Red+Green+Blue) = 168+16+88=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A81058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81058 is #57EFA7. Grayscale: #454545. Windows color (decimal): -5762984 or 5771432. OLE color: 5771432.
HSL color Cylindrical-coordinate representation of color #A81058: hue angle of 331.58º 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 #A81058 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 88 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.34 |
| HSL | 331.58º | 0.83% | 0.36% | - |
| HSV(B) | 331.58º | 0.9% | 0.66% | - |
| XYZ | 18.1 | 9.4 | 10.09 | - |
| YUV | 69.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 88 | 0 | 0.90 | 0.48 | 0.34 | 331.58 | 0.83 | 0.36 |
| Hex | A8 | 10 | 58 | 0 | 5A | 30 | 22 | 14C | 53 | 24 |
| Octal | 250 | 20 | 130 | 0 | 132 | 60 | 42 | 514 | 123 | 44 |
| Binary | 10101000 | 10000 | 1011000 | 0 | 1011010 | 110000 | 100010 | 101001100 | 1010011 | 100100 |
Color Harmonies of #A81058
Complementary color
Monochromatic Colors of #A81058
Black with #A81058
Text Example
Text Example
White with #A81058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81058; }
p { color: rgb(168,16,88); }
H1.HeaderClassName
{
color: #A81058;
}
.AnyTagClassName
{
color: #A81058;
}
</style>
background-color css
<style>
a { background-color: #A81058; }
a { background-color: rgb(168,16,88); }
div.DivClassName
{
background-color: #A81058;
}
.BgClassName
{
background-color: #A81058;
}
</style>
border-color css
<style>
span { border-color: #A81058; }
span { border-color: rgb(168,16,88); }
td.TdClassName
{
border-color: #A81058;
}
.TagClassName
{
border-color: #A81058;
}
</style>