Shades of Jazzberry Jam #A00A5C
Tints of Jazzberry Jam #A00A5C
RGB
CMYK
RGB Variations
Color information
#A00A5C (or 0xA00A5C) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 5C. RGB value is (160,10,92). Sum of RGB (Red+Green+Blue) = 160+10+92=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A5C is #5FF5A3. Grayscale: #404040. Windows color (decimal): -6288804 or 6032032. OLE color: 6032032.
HSL color Cylindrical-coordinate representation of color #A00A5C: hue angle of 327.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A5C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 92 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.37 |
| HSL | 327.2º | 0.88% | 0.33% | - |
| HSV(B) | 327.2º | 0.94% | 0.63% | - |
| XYZ | 16.54 | 8.46 | 10.89 | - |
| YUV | 64.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 92 | 0 | 0.94 | 0.43 | 0.37 | 327.2 | 0.88 | 0.33 |
| Hex | A0 | A | 5C | 0 | 5E | 2B | 25 | 147 | 58 | 21 |
| Octal | 240 | 12 | 134 | 0 | 136 | 53 | 45 | 507 | 130 | 41 |
| Binary | 10100000 | 1010 | 1011100 | 0 | 1011110 | 101011 | 100101 | 101000111 | 1011000 | 100001 |
Color Harmonies of #A00A5C
Complementary color
Monochromatic Colors of #A00A5C
Black with #A00A5C
Text Example
Text Example
White with #A00A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A5C; }
p { color: rgb(160,10,92); }
H1.HeaderClassName
{
color: #A00A5C;
}
.AnyTagClassName
{
color: #A00A5C;
}
</style>
background-color css
<style>
a { background-color: #A00A5C; }
a { background-color: rgb(160,10,92); }
div.DivClassName
{
background-color: #A00A5C;
}
.BgClassName
{
background-color: #A00A5C;
}
</style>
border-color css
<style>
span { border-color: #A00A5C; }
span { border-color: rgb(160,10,92); }
td.TdClassName
{
border-color: #A00A5C;
}
.TagClassName
{
border-color: #A00A5C;
}
</style>