Shades of Jazzberry Jam #A8043E
Tints of Jazzberry Jam #A8043E
RGB
CMYK
RGB Variations
Color information
#A8043E (or 0xA8043E) is known color: Jazzberry Jam. HEX triplet: A8, 04 and 3E. RGB value is (168,4,62). Sum of RGB (Red+Green+Blue) = 168+4+62=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A8043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8043E is #57FBC1. Grayscale: #3B3B3B. Windows color (decimal): -5766082 or 4064424. OLE color: 4064424.
HSL color Cylindrical-coordinate representation of color #A8043E: hue angle of 338.78º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8043E is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.34 |
| HSL | 338.78º | 0.95% | 0.34% | - |
| HSV(B) | 338.78º | 0.98% | 0.66% | - |
| XYZ | 17.06 | 8.76 | 5.35 | - |
| YUV | 59.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 62 | 0 | 0.98 | 0.63 | 0.34 | 338.78 | 0.95 | 0.34 |
| Hex | A8 | 4 | 3E | 0 | 62 | 3F | 22 | 153 | 5F | 22 |
| Octal | 250 | 4 | 76 | 0 | 142 | 77 | 42 | 523 | 137 | 42 |
| Binary | 10101000 | 100 | 111110 | 0 | 1100010 | 111111 | 100010 | 101010011 | 1011111 | 100010 |
Color Harmonies of #A8043E
Complementary color
Monochromatic Colors of #A8043E
Black with #A8043E
Text Example
Text Example
White with #A8043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8043E; }
p { color: rgb(168,4,62); }
H1.HeaderClassName
{
color: #A8043E;
}
.AnyTagClassName
{
color: #A8043E;
}
</style>
background-color css
<style>
a { background-color: #A8043E; }
a { background-color: rgb(168,4,62); }
div.DivClassName
{
background-color: #A8043E;
}
.BgClassName
{
background-color: #A8043E;
}
</style>
border-color css
<style>
span { border-color: #A8043E; }
span { border-color: rgb(168,4,62); }
td.TdClassName
{
border-color: #A8043E;
}
.TagClassName
{
border-color: #A8043E;
}
</style>