Shades of Jazzberry Jam #A81572
Tints of Jazzberry Jam #A81572
RGB
CMYK
RGB Variations
Color information
#A81572 (or 0xA81572) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 72. RGB value is (168,21,114). Sum of RGB (Red+Green+Blue) = 168+21+114=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A81572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81572 is #57EA8D. Grayscale: #4B4B4B. Windows color (decimal): -5761678 or 7476648. OLE color: 7476648.
HSL color Cylindrical-coordinate representation of color #A81572: hue angle of 322.04º degrees, saturation: 0.78, 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 #A81572 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 114 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.34 |
| HSL | 322.04º | 0.78% | 0.37% | - |
| HSV(B) | 322.04º | 0.88% | 0.66% | - |
| XYZ | 19.45 | 10.08 | 16.84 | - |
| YUV | 75.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 114 | 0 | 0.88 | 0.32 | 0.34 | 322.04 | 0.78 | 0.37 |
| Hex | A8 | 15 | 72 | 0 | 58 | 20 | 22 | 142 | 4E | 25 |
| Octal | 250 | 25 | 162 | 0 | 130 | 40 | 42 | 502 | 116 | 45 |
| Binary | 10101000 | 10101 | 1110010 | 0 | 1011000 | 100000 | 100010 | 101000010 | 1001110 | 100101 |
Color Harmonies of #A81572
Complementary color
Monochromatic Colors of #A81572
Black with #A81572
Text Example
Text Example
White with #A81572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81572; }
p { color: rgb(168,21,114); }
H1.HeaderClassName
{
color: #A81572;
}
.AnyTagClassName
{
color: #A81572;
}
</style>
background-color css
<style>
a { background-color: #A81572; }
a { background-color: rgb(168,21,114); }
div.DivClassName
{
background-color: #A81572;
}
.BgClassName
{
background-color: #A81572;
}
</style>
border-color css
<style>
span { border-color: #A81572; }
span { border-color: rgb(168,21,114); }
td.TdClassName
{
border-color: #A81572;
}
.TagClassName
{
border-color: #A81572;
}
</style>