Shades of Jazzberry Jam #A30F5F
Tints of Jazzberry Jam #A30F5F
RGB
CMYK
RGB Variations
Color information
#A30F5F (or 0xA30F5F) is known color: Jazzberry Jam. HEX triplet: A3, 0F and 5F. RGB value is (163,15,95). Sum of RGB (Red+Green+Blue) = 163+15+95=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F5F is #5CF0A0. Grayscale: #444444. Windows color (decimal): -6090913 or 6229923. OLE color: 6229923.
HSL color Cylindrical-coordinate representation of color #A30F5F: hue angle of 327.57º degrees, saturation: 0.83, 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 #A30F5F is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 95 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.36 |
| HSL | 327.57º | 0.83% | 0.35% | - |
| HSV(B) | 327.57º | 0.91% | 0.64% | - |
| XYZ | 17.34 | 8.95 | 11.64 | - |
| YUV | 68.37 | 143.03 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 95 | 0 | 0.91 | 0.42 | 0.36 | 327.57 | 0.83 | 0.35 |
| Hex | A3 | F | 5F | 0 | 5B | 2A | 24 | 148 | 53 | 23 |
| Octal | 243 | 17 | 137 | 0 | 133 | 52 | 44 | 510 | 123 | 43 |
| Binary | 10100011 | 1111 | 1011111 | 0 | 1011011 | 101010 | 100100 | 101001000 | 1010011 | 100011 |
Color Harmonies of #A30F5F
Complementary color
Monochromatic Colors of #A30F5F
Black with #A30F5F
Text Example
Text Example
White with #A30F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F5F; }
p { color: rgb(163,15,95); }
H1.HeaderClassName
{
color: #A30F5F;
}
.AnyTagClassName
{
color: #A30F5F;
}
</style>
background-color css
<style>
a { background-color: #A30F5F; }
a { background-color: rgb(163,15,95); }
div.DivClassName
{
background-color: #A30F5F;
}
.BgClassName
{
background-color: #A30F5F;
}
</style>
border-color css
<style>
span { border-color: #A30F5F; }
span { border-color: rgb(163,15,95); }
td.TdClassName
{
border-color: #A30F5F;
}
.TagClassName
{
border-color: #A30F5F;
}
</style>