Shades of Jazzberry Jam #A00E6B
Tints of Jazzberry Jam #A00E6B
RGB
CMYK
RGB Variations
Color information
#A00E6B (or 0xA00E6B) is known color: Jazzberry Jam. HEX triplet: A0, 0E and 6B. RGB value is (160,14,107). Sum of RGB (Red+Green+Blue) = 160+14+107=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00E6B is #5FF194. Grayscale: #444444. Windows color (decimal): -6287765 or 7016096. OLE color: 7016096.
HSL color Cylindrical-coordinate representation of color #A00E6B: hue angle of 321.78º 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 #A00E6B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 107 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.37 |
| HSL | 321.78º | 0.84% | 0.34% | - |
| HSV(B) | 321.78º | 0.91% | 0.63% | - |
| XYZ | 17.31 | 8.85 | 14.71 | - |
| YUV | 68.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 107 | 0 | 0.91 | 0.33 | 0.37 | 321.78 | 0.84 | 0.34 |
| Hex | A0 | E | 6B | 0 | 5B | 21 | 25 | 142 | 54 | 22 |
| Octal | 240 | 16 | 153 | 0 | 133 | 41 | 45 | 502 | 124 | 42 |
| Binary | 10100000 | 1110 | 1101011 | 0 | 1011011 | 100001 | 100101 | 101000010 | 1010100 | 100010 |
Color Harmonies of #A00E6B
Complementary color
Monochromatic Colors of #A00E6B
Black with #A00E6B
Text Example
Text Example
White with #A00E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E6B; }
p { color: rgb(160,14,107); }
H1.HeaderClassName
{
color: #A00E6B;
}
.AnyTagClassName
{
color: #A00E6B;
}
</style>
background-color css
<style>
a { background-color: #A00E6B; }
a { background-color: rgb(160,14,107); }
div.DivClassName
{
background-color: #A00E6B;
}
.BgClassName
{
background-color: #A00E6B;
}
</style>
border-color css
<style>
span { border-color: #A00E6B; }
span { border-color: rgb(160,14,107); }
td.TdClassName
{
border-color: #A00E6B;
}
.TagClassName
{
border-color: #A00E6B;
}
</style>