Shades of Jazzberry Jam #A30457
Tints of Jazzberry Jam #A30457
RGB
CMYK
RGB Variations
Color information
#A30457 (or 0xA30457) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 57. RGB value is (163,4,87). Sum of RGB (Red+Green+Blue) = 163+4+87=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A30457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30457 is #5CFBA8. Grayscale: #3C3C3C. Windows color (decimal): -6093737 or 5702819. OLE color: 5702819.
HSL color Cylindrical-coordinate representation of color #A30457: hue angle of 328.68º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30457 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 87 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.36 |
| HSL | 328.68º | 0.95% | 0.33% | - |
| HSV(B) | 328.68º | 0.98% | 0.64% | - |
| XYZ | 16.87 | 8.56 | 9.78 | - |
| YUV | 61 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 87 | 0 | 0.98 | 0.47 | 0.36 | 328.68 | 0.95 | 0.33 |
| Hex | A3 | 4 | 57 | 0 | 62 | 2F | 24 | 149 | 5F | 21 |
| Octal | 243 | 4 | 127 | 0 | 142 | 57 | 44 | 511 | 137 | 41 |
| Binary | 10100011 | 100 | 1010111 | 0 | 1100010 | 101111 | 100100 | 101001001 | 1011111 | 100001 |
Color Harmonies of #A30457
Complementary color
Monochromatic Colors of #A30457
Black with #A30457
Text Example
Text Example
White with #A30457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30457; }
p { color: rgb(163,4,87); }
H1.HeaderClassName
{
color: #A30457;
}
.AnyTagClassName
{
color: #A30457;
}
</style>
background-color css
<style>
a { background-color: #A30457; }
a { background-color: rgb(163,4,87); }
div.DivClassName
{
background-color: #A30457;
}
.BgClassName
{
background-color: #A30457;
}
</style>
border-color css
<style>
span { border-color: #A30457; }
span { border-color: rgb(163,4,87); }
td.TdClassName
{
border-color: #A30457;
}
.TagClassName
{
border-color: #A30457;
}
</style>