Shades of Jazzberry Jam #A01D5A
Tints of Jazzberry Jam #A01D5A
RGB
CMYK
RGB Variations
Color information
#A01D5A (or 0xA01D5A) is known color: Jazzberry Jam. HEX triplet: A0, 1D and 5A. RGB value is (160,29,90). Sum of RGB (Red+Green+Blue) = 160+29+90=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01D5A is #5FE2A5. Grayscale: #4B4B4B. Windows color (decimal): -6283942 or 5905824. OLE color: 5905824.
HSL color Cylindrical-coordinate representation of color #A01D5A: hue angle of 332.06º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01D5A is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 29 | 90 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.37 |
| HSL | 332.06º | 0.69% | 0.37% | - |
| HSV(B) | 332.06º | 0.82% | 0.63% | - |
| XYZ | 16.78 | 9.09 | 10.54 | - |
| YUV | 75.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 90 | 0 | 0.82 | 0.44 | 0.37 | 332.06 | 0.69 | 0.37 |
| Hex | A0 | 1D | 5A | 0 | 52 | 2C | 25 | 14C | 45 | 25 |
| Octal | 240 | 35 | 132 | 0 | 122 | 54 | 45 | 514 | 105 | 45 |
| Binary | 10100000 | 11101 | 1011010 | 0 | 1010010 | 101100 | 100101 | 101001100 | 1000101 | 100101 |
Color Harmonies of #A01D5A
Complementary color
Monochromatic Colors of #A01D5A
Black with #A01D5A
Text Example
Text Example
White with #A01D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01D5A; }
p { color: rgb(160,29,90); }
H1.HeaderClassName
{
color: #A01D5A;
}
.AnyTagClassName
{
color: #A01D5A;
}
</style>
background-color css
<style>
a { background-color: #A01D5A; }
a { background-color: rgb(160,29,90); }
div.DivClassName
{
background-color: #A01D5A;
}
.BgClassName
{
background-color: #A01D5A;
}
</style>
border-color css
<style>
span { border-color: #A01D5A; }
span { border-color: rgb(160,29,90); }
td.TdClassName
{
border-color: #A01D5A;
}
.TagClassName
{
border-color: #A01D5A;
}
</style>