Shades of Jazzberry Jam #A01B5C
Tints of Jazzberry Jam #A01B5C
RGB
CMYK
RGB Variations
Color information
#A01B5C (or 0xA01B5C) is known color: Jazzberry Jam. HEX triplet: A0, 1B and 5C. RGB value is (160,27,92). Sum of RGB (Red+Green+Blue) = 160+27+92=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01B5C is #5FE4A3. Grayscale: #4A4A4A. Windows color (decimal): -6284452 or 6036384. OLE color: 6036384.
HSL color Cylindrical-coordinate representation of color #A01B5C: hue angle of 330.68º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01B5C is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 27 | 92 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.37 |
| HSL | 330.68º | 0.71% | 0.37% | - |
| HSV(B) | 330.68º | 0.83% | 0.63% | - |
| XYZ | 16.82 | 9.03 | 10.98 | - |
| YUV | 74.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 92 | 0 | 0.83 | 0.43 | 0.37 | 330.68 | 0.71 | 0.37 |
| Hex | A0 | 1B | 5C | 0 | 53 | 2B | 25 | 14B | 47 | 25 |
| Octal | 240 | 33 | 134 | 0 | 123 | 53 | 45 | 513 | 107 | 45 |
| Binary | 10100000 | 11011 | 1011100 | 0 | 1010011 | 101011 | 100101 | 101001011 | 1000111 | 100101 |
Color Harmonies of #A01B5C
Complementary color
Monochromatic Colors of #A01B5C
Black with #A01B5C
Text Example
Text Example
White with #A01B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01B5C; }
p { color: rgb(160,27,92); }
H1.HeaderClassName
{
color: #A01B5C;
}
.AnyTagClassName
{
color: #A01B5C;
}
</style>
background-color css
<style>
a { background-color: #A01B5C; }
a { background-color: rgb(160,27,92); }
div.DivClassName
{
background-color: #A01B5C;
}
.BgClassName
{
background-color: #A01B5C;
}
</style>
border-color css
<style>
span { border-color: #A01B5C; }
span { border-color: rgb(160,27,92); }
td.TdClassName
{
border-color: #A01B5C;
}
.TagClassName
{
border-color: #A01B5C;
}
</style>