Shades of Jazzberry Jam #A00E6A
Tints of Jazzberry Jam #A00E6A
RGB
CMYK
RGB Variations
Color information
#A00E6A (or 0xA00E6A) is known color: Jazzberry Jam. HEX triplet: A0, 0E and 6A. RGB value is (160,14,106). Sum of RGB (Red+Green+Blue) = 160+14+106=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00E6A is #5FF195. Grayscale: #434343. Windows color (decimal): -6287766 or 6950560. OLE color: 6950560.
HSL color Cylindrical-coordinate representation of color #A00E6A: hue angle of 322.19º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00E6A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 106 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.37 |
| HSL | 322.19º | 0.84% | 0.34% | - |
| HSV(B) | 322.19º | 0.91% | 0.63% | - |
| XYZ | 17.26 | 8.83 | 14.43 | - |
| YUV | 68.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 106 | 0 | 0.91 | 0.34 | 0.37 | 322.19 | 0.84 | 0.34 |
| Hex | A0 | E | 6A | 0 | 5B | 22 | 25 | 142 | 54 | 22 |
| Octal | 240 | 16 | 152 | 0 | 133 | 42 | 45 | 502 | 124 | 42 |
| Binary | 10100000 | 1110 | 1101010 | 0 | 1011011 | 100010 | 100101 | 101000010 | 1010100 | 100010 |
Color Harmonies of #A00E6A
Complementary color
Monochromatic Colors of #A00E6A
Black with #A00E6A
Text Example
Text Example
White with #A00E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E6A; }
p { color: rgb(160,14,106); }
H1.HeaderClassName
{
color: #A00E6A;
}
.AnyTagClassName
{
color: #A00E6A;
}
</style>
background-color css
<style>
a { background-color: #A00E6A; }
a { background-color: rgb(160,14,106); }
div.DivClassName
{
background-color: #A00E6A;
}
.BgClassName
{
background-color: #A00E6A;
}
</style>
border-color css
<style>
span { border-color: #A00E6A; }
span { border-color: rgb(160,14,106); }
td.TdClassName
{
border-color: #A00E6A;
}
.TagClassName
{
border-color: #A00E6A;
}
</style>