Shades of Jazzberry Jam #A8015E
Tints of Jazzberry Jam #A8015E
RGB
CMYK
RGB Variations
Color information
#A8015E (or 0xA8015E) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 5E. RGB value is (168,1,94). Sum of RGB (Red+Green+Blue) = 168+1+94=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8015E is #57FEA1. Grayscale: #3D3D3D. Windows color (decimal): -5766818 or 6160808. OLE color: 6160808.
HSL color Cylindrical-coordinate representation of color #A8015E: hue angle of 326.59º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8015E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.34 |
| HSL | 326.59º | 0.99% | 0.33% | - |
| HSV(B) | 326.59º | 0.99% | 0.66% | - |
| XYZ | 18.18 | 9.15 | 11.4 | - |
| YUV | 61.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 94 | 0 | 0.99 | 0.44 | 0.34 | 326.59 | 0.99 | 0.33 |
| Hex | A8 | 1 | 5E | 0 | 63 | 2C | 22 | 147 | 63 | 21 |
| Octal | 250 | 1 | 136 | 0 | 143 | 54 | 42 | 507 | 143 | 41 |
| Binary | 10101000 | 1 | 1011110 | 0 | 1100011 | 101100 | 100010 | 101000111 | 1100011 | 100001 |
Color Harmonies of #A8015E
Complementary color
Monochromatic Colors of #A8015E
Black with #A8015E
Text Example
Text Example
White with #A8015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8015E; }
p { color: rgb(168,1,94); }
H1.HeaderClassName
{
color: #A8015E;
}
.AnyTagClassName
{
color: #A8015E;
}
</style>
background-color css
<style>
a { background-color: #A8015E; }
a { background-color: rgb(168,1,94); }
div.DivClassName
{
background-color: #A8015E;
}
.BgClassName
{
background-color: #A8015E;
}
</style>
border-color css
<style>
span { border-color: #A8015E; }
span { border-color: rgb(168,1,94); }
td.TdClassName
{
border-color: #A8015E;
}
.TagClassName
{
border-color: #A8015E;
}
</style>