Shades of Jazzberry Jam #A30857
Tints of Jazzberry Jam #A30857
RGB
CMYK
RGB Variations
Color information
#A30857 (or 0xA30857) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 57. RGB value is (163,8,87). Sum of RGB (Red+Green+Blue) = 163+8+87=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A30857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30857 is #5CF7A8. Grayscale: #3F3F3F. Windows color (decimal): -6092713 or 5703843. OLE color: 5703843.
HSL color Cylindrical-coordinate representation of color #A30857: hue angle of 329.42º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30857 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 87 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.36 |
| HSL | 329.42º | 0.91% | 0.34% | - |
| HSV(B) | 329.42º | 0.95% | 0.64% | - |
| XYZ | 16.91 | 8.65 | 9.79 | - |
| YUV | 63.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 87 | 0 | 0.95 | 0.47 | 0.36 | 329.42 | 0.91 | 0.34 |
| Hex | A3 | 8 | 57 | 0 | 5F | 2F | 24 | 149 | 5B | 22 |
| Octal | 243 | 10 | 127 | 0 | 137 | 57 | 44 | 511 | 133 | 42 |
| Binary | 10100011 | 1000 | 1010111 | 0 | 1011111 | 101111 | 100100 | 101001001 | 1011011 | 100010 |
Color Harmonies of #A30857
Complementary color
Monochromatic Colors of #A30857
Black with #A30857
Text Example
Text Example
White with #A30857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30857; }
p { color: rgb(163,8,87); }
H1.HeaderClassName
{
color: #A30857;
}
.AnyTagClassName
{
color: #A30857;
}
</style>
background-color css
<style>
a { background-color: #A30857; }
a { background-color: rgb(163,8,87); }
div.DivClassName
{
background-color: #A30857;
}
.BgClassName
{
background-color: #A30857;
}
</style>
border-color css
<style>
span { border-color: #A30857; }
span { border-color: rgb(163,8,87); }
td.TdClassName
{
border-color: #A30857;
}
.TagClassName
{
border-color: #A30857;
}
</style>