Shades of Jazzberry Jam #A30E5F
Tints of Jazzberry Jam #A30E5F
RGB
CMYK
RGB Variations
Color information
#A30E5F (or 0xA30E5F) is known color: Jazzberry Jam. HEX triplet: A3, 0E and 5F. RGB value is (163,14,95). Sum of RGB (Red+Green+Blue) = 163+14+95=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E5F is #5CF1A0. Grayscale: #434343. Windows color (decimal): -6091169 or 6229667. OLE color: 6229667.
HSL color Cylindrical-coordinate representation of color #A30E5F: hue angle of 327.38º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E5F is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 95 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.36 |
| HSL | 327.38º | 0.84% | 0.35% | - |
| HSV(B) | 327.38º | 0.91% | 0.64% | - |
| XYZ | 17.33 | 8.93 | 11.64 | - |
| YUV | 67.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 95 | 0 | 0.91 | 0.42 | 0.36 | 327.38 | 0.84 | 0.35 |
| Hex | A3 | E | 5F | 0 | 5B | 2A | 24 | 147 | 54 | 23 |
| Octal | 243 | 16 | 137 | 0 | 133 | 52 | 44 | 507 | 124 | 43 |
| Binary | 10100011 | 1110 | 1011111 | 0 | 1011011 | 101010 | 100100 | 101000111 | 1010100 | 100011 |
Color Harmonies of #A30E5F
Complementary color
Monochromatic Colors of #A30E5F
Black with #A30E5F
Text Example
Text Example
White with #A30E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E5F; }
p { color: rgb(163,14,95); }
H1.HeaderClassName
{
color: #A30E5F;
}
.AnyTagClassName
{
color: #A30E5F;
}
</style>
background-color css
<style>
a { background-color: #A30E5F; }
a { background-color: rgb(163,14,95); }
div.DivClassName
{
background-color: #A30E5F;
}
.BgClassName
{
background-color: #A30E5F;
}
</style>
border-color css
<style>
span { border-color: #A30E5F; }
span { border-color: rgb(163,14,95); }
td.TdClassName
{
border-color: #A30E5F;
}
.TagClassName
{
border-color: #A30E5F;
}
</style>