Shades of Jazzberry Jam #A8005A
Tints of Jazzberry Jam #A8005A
RGB
CMYK
RGB Variations
Color information
#A8005A (or 0xA8005A) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 5A. RGB value is (168,0,90). Sum of RGB (Red+Green+Blue) = 168+0+90=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A8005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8005A is #57FFA5. Grayscale: #3C3C3C. Windows color (decimal): -5767078 or 5898408. OLE color: 5898408.
HSL color Cylindrical-coordinate representation of color #A8005A: hue angle of 327.86º 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 #A8005A is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.46 | 0.34 |
| HSL | 327.86º | 1% | 0.33% | - |
| HSV(B) | 327.86º | 1% | 0.66% | - |
| XYZ | 17.99 | 9.06 | 10.47 | - |
| YUV | 60.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 90 | 0 | 1 | 0.46 | 0.34 | 327.86 | 1 | 0.33 |
| Hex | A8 | 0 | 5A | 0 | 64 | 2E | 22 | 148 | 64 | 21 |
| Octal | 250 | 0 | 132 | 0 | 144 | 56 | 42 | 510 | 144 | 41 |
| Binary | 10101000 | 0 | 1011010 | 0 | 1100100 | 101110 | 100010 | 101001000 | 1100100 | 100001 |
Color Harmonies of #A8005A
Complementary color
Monochromatic Colors of #A8005A
Black with #A8005A
Text Example
Text Example
White with #A8005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8005A; }
p { color: rgb(168,0,90); }
H1.HeaderClassName
{
color: #A8005A;
}
.AnyTagClassName
{
color: #A8005A;
}
</style>
background-color css
<style>
a { background-color: #A8005A; }
a { background-color: rgb(168,0,90); }
div.DivClassName
{
background-color: #A8005A;
}
.BgClassName
{
background-color: #A8005A;
}
</style>
border-color css
<style>
span { border-color: #A8005A; }
span { border-color: rgb(168,0,90); }
td.TdClassName
{
border-color: #A8005A;
}
.TagClassName
{
border-color: #A8005A;
}
</style>