Shades of Jazzberry Jam #A8005E
Tints of Jazzberry Jam #A8005E
RGB
CMYK
RGB Variations
Color information
#A8005E (or 0xA8005E) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 5E. RGB value is (168,0,94). Sum of RGB (Red+Green+Blue) = 168+0+94=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8005E is #57FFA1. Grayscale: #3C3C3C. Windows color (decimal): -5767074 or 6160552. OLE color: 6160552.
HSL color Cylindrical-coordinate representation of color #A8005E: hue angle of 326.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8005E is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.44 | 0.34 |
| HSL | 326.43º | 1% | 0.33% | - |
| HSV(B) | 326.43º | 1% | 0.66% | - |
| XYZ | 18.17 | 9.13 | 11.39 | - |
| YUV | 60.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 94 | 0 | 1 | 0.44 | 0.34 | 326.43 | 1 | 0.33 |
| Hex | A8 | 0 | 5E | 0 | 64 | 2C | 22 | 146 | 64 | 21 |
| Octal | 250 | 0 | 136 | 0 | 144 | 54 | 42 | 506 | 144 | 41 |
| Binary | 10101000 | 0 | 1011110 | 0 | 1100100 | 101100 | 100010 | 101000110 | 1100100 | 100001 |
Color Harmonies of #A8005E
Complementary color
Monochromatic Colors of #A8005E
Black with #A8005E
Text Example
Text Example
White with #A8005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8005E; }
p { color: rgb(168,0,94); }
H1.HeaderClassName
{
color: #A8005E;
}
.AnyTagClassName
{
color: #A8005E;
}
</style>
background-color css
<style>
a { background-color: #A8005E; }
a { background-color: rgb(168,0,94); }
div.DivClassName
{
background-color: #A8005E;
}
.BgClassName
{
background-color: #A8005E;
}
</style>
border-color css
<style>
span { border-color: #A8005E; }
span { border-color: rgb(168,0,94); }
td.TdClassName
{
border-color: #A8005E;
}
.TagClassName
{
border-color: #A8005E;
}
</style>