Shades of Jazzberry Jam #A3015E
Tints of Jazzberry Jam #A3015E
RGB
CMYK
RGB Variations
Color information
#A3015E (or 0xA3015E) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 5E. RGB value is (163,1,94). Sum of RGB (Red+Green+Blue) = 163+1+94=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3015E is #5CFEA1. Grayscale: #3B3B3B. Windows color (decimal): -6094498 or 6160803. OLE color: 6160803.
HSL color Cylindrical-coordinate representation of color #A3015E: hue angle of 325.56º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3015E is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.36 |
| HSL | 325.56º | 0.99% | 0.32% | - |
| HSV(B) | 325.56º | 0.99% | 0.64% | - |
| XYZ | 17.14 | 8.62 | 11.35 | - |
| YUV | 60.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 94 | 0 | 0.99 | 0.42 | 0.36 | 325.56 | 0.99 | 0.32 |
| Hex | A3 | 1 | 5E | 0 | 63 | 2A | 24 | 146 | 63 | 20 |
| Octal | 243 | 1 | 136 | 0 | 143 | 52 | 44 | 506 | 143 | 40 |
| Binary | 10100011 | 1 | 1011110 | 0 | 1100011 | 101010 | 100100 | 101000110 | 1100011 | 100000 |
Color Harmonies of #A3015E
Complementary color
Monochromatic Colors of #A3015E
Black with #A3015E
Text Example
Text Example
White with #A3015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3015E; }
p { color: rgb(163,1,94); }
H1.HeaderClassName
{
color: #A3015E;
}
.AnyTagClassName
{
color: #A3015E;
}
</style>
background-color css
<style>
a { background-color: #A3015E; }
a { background-color: rgb(163,1,94); }
div.DivClassName
{
background-color: #A3015E;
}
.BgClassName
{
background-color: #A3015E;
}
</style>
border-color css
<style>
span { border-color: #A3015E; }
span { border-color: rgb(163,1,94); }
td.TdClassName
{
border-color: #A3015E;
}
.TagClassName
{
border-color: #A3015E;
}
</style>