Shades of Jazzberry Jam #A8005D
Tints of Jazzberry Jam #A8005D
RGB
CMYK
RGB Variations
Color information
#A8005D (or 0xA8005D) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 5D. RGB value is (168,0,93). Sum of RGB (Red+Green+Blue) = 168+0+93=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8005D is #57FFA2. Grayscale: #3C3C3C. Windows color (decimal): -5767075 or 6095016. OLE color: 6095016.
HSL color Cylindrical-coordinate representation of color #A8005D: hue angle of 326.79º 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 #A8005D is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.45 | 0.34 |
| HSL | 326.79º | 1% | 0.33% | - |
| HSV(B) | 326.79º | 1% | 0.66% | - |
| XYZ | 18.12 | 9.12 | 11.16 | - |
| YUV | 60.83 | 146.16 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 93 | 0 | 1 | 0.45 | 0.34 | 326.79 | 1 | 0.33 |
| Hex | A8 | 0 | 5D | 0 | 64 | 2D | 22 | 147 | 64 | 21 |
| Octal | 250 | 0 | 135 | 0 | 144 | 55 | 42 | 507 | 144 | 41 |
| Binary | 10101000 | 0 | 1011101 | 0 | 1100100 | 101101 | 100010 | 101000111 | 1100100 | 100001 |
Color Harmonies of #A8005D
Complementary color
Monochromatic Colors of #A8005D
Black with #A8005D
Text Example
Text Example
White with #A8005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8005D; }
p { color: rgb(168,0,93); }
H1.HeaderClassName
{
color: #A8005D;
}
.AnyTagClassName
{
color: #A8005D;
}
</style>
background-color css
<style>
a { background-color: #A8005D; }
a { background-color: rgb(168,0,93); }
div.DivClassName
{
background-color: #A8005D;
}
.BgClassName
{
background-color: #A8005D;
}
</style>
border-color css
<style>
span { border-color: #A8005D; }
span { border-color: rgb(168,0,93); }
td.TdClassName
{
border-color: #A8005D;
}
.TagClassName
{
border-color: #A8005D;
}
</style>