Shades of Jazzberry Jam #A01B5A
Tints of Jazzberry Jam #A01B5A
RGB
CMYK
RGB Variations
Color information
#A01B5A (or 0xA01B5A) is known color: Jazzberry Jam. HEX triplet: A0, 1B and 5A. RGB value is (160,27,90). Sum of RGB (Red+Green+Blue) = 160+27+90=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01B5A is #5FE4A5. Grayscale: #494949. Windows color (decimal): -6284454 or 5905312. OLE color: 5905312.
HSL color Cylindrical-coordinate representation of color #A01B5A: hue angle of 331.58º 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 #A01B5A is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 27 | 90 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.37 |
| HSL | 331.58º | 0.71% | 0.37% | - |
| HSV(B) | 331.58º | 0.83% | 0.63% | - |
| XYZ | 16.73 | 9 | 10.53 | - |
| YUV | 73.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 90 | 0 | 0.83 | 0.44 | 0.37 | 331.58 | 0.71 | 0.37 |
| Hex | A0 | 1B | 5A | 0 | 53 | 2C | 25 | 14C | 47 | 25 |
| Octal | 240 | 33 | 132 | 0 | 123 | 54 | 45 | 514 | 107 | 45 |
| Binary | 10100000 | 11011 | 1011010 | 0 | 1010011 | 101100 | 100101 | 101001100 | 1000111 | 100101 |
Color Harmonies of #A01B5A
Complementary color
Monochromatic Colors of #A01B5A
Black with #A01B5A
Text Example
Text Example
White with #A01B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01B5A; }
p { color: rgb(160,27,90); }
H1.HeaderClassName
{
color: #A01B5A;
}
.AnyTagClassName
{
color: #A01B5A;
}
</style>
background-color css
<style>
a { background-color: #A01B5A; }
a { background-color: rgb(160,27,90); }
div.DivClassName
{
background-color: #A01B5A;
}
.BgClassName
{
background-color: #A01B5A;
}
</style>
border-color css
<style>
span { border-color: #A01B5A; }
span { border-color: rgb(160,27,90); }
td.TdClassName
{
border-color: #A01B5A;
}
.TagClassName
{
border-color: #A01B5A;
}
</style>