Shades of Jazzberry Jam #A8003E
Tints of Jazzberry Jam #A8003E
RGB
CMYK
RGB Variations
Color information
#A8003E (or 0xA8003E) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 3E. RGB value is (168,0,62). Sum of RGB (Red+Green+Blue) = 168+0+62=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8003E is #57FFC1. Grayscale: #393939. Windows color (decimal): -5767106 or 4063400. OLE color: 4063400.
HSL color Cylindrical-coordinate representation of color #A8003E: hue angle of 337.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 #A8003E is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.63 | 0.34 |
| HSL | 337.86º | 1% | 0.33% | - |
| HSV(B) | 337.86º | 1% | 0.66% | - |
| XYZ | 17.02 | 8.67 | 5.33 | - |
| YUV | 57.3 | 130.66 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 62 | 0 | 1 | 0.63 | 0.34 | 337.86 | 1 | 0.33 |
| Hex | A8 | 0 | 3E | 0 | 64 | 3F | 22 | 152 | 64 | 21 |
| Octal | 250 | 0 | 76 | 0 | 144 | 77 | 42 | 522 | 144 | 41 |
| Binary | 10101000 | 0 | 111110 | 0 | 1100100 | 111111 | 100010 | 101010010 | 1100100 | 100001 |
Color Harmonies of #A8003E
Complementary color
Monochromatic Colors of #A8003E
Black with #A8003E
Text Example
Text Example
White with #A8003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8003E; }
p { color: rgb(168,0,62); }
H1.HeaderClassName
{
color: #A8003E;
}
.AnyTagClassName
{
color: #A8003E;
}
</style>
background-color css
<style>
a { background-color: #A8003E; }
a { background-color: rgb(168,0,62); }
div.DivClassName
{
background-color: #A8003E;
}
.BgClassName
{
background-color: #A8003E;
}
</style>
border-color css
<style>
span { border-color: #A8003E; }
span { border-color: rgb(168,0,62); }
td.TdClassName
{
border-color: #A8003E;
}
.TagClassName
{
border-color: #A8003E;
}
</style>