Shades of Jazzberry Jam #A1005A
Tints of Jazzberry Jam #A1005A
RGB
CMYK
RGB Variations
Color information
#A1005A (or 0xA1005A) is known color: Jazzberry Jam. HEX triplet: A1, 00 and 5A. RGB value is (161,0,90). Sum of RGB (Red+Green+Blue) = 161+0+90=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A1005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1005A is #5EFFA5. Grayscale: #3A3A3A. Windows color (decimal): -6225830 or 5898401. OLE color: 5898401.
HSL color Cylindrical-coordinate representation of color #A1005A: hue angle of 326.46º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1005A is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.44 | 0.37 |
| HSL | 326.46º | 1% | 0.32% | - |
| HSV(B) | 326.46º | 1% | 0.63% | - |
| XYZ | 16.54 | 8.32 | 10.41 | - |
| YUV | 58.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 90 | 0 | 1 | 0.44 | 0.37 | 326.46 | 1 | 0.32 |
| Hex | A1 | 0 | 5A | 0 | 64 | 2C | 25 | 146 | 64 | 20 |
| Octal | 241 | 0 | 132 | 0 | 144 | 54 | 45 | 506 | 144 | 40 |
| Binary | 10100001 | 0 | 1011010 | 0 | 1100100 | 101100 | 100101 | 101000110 | 1100100 | 100000 |
Color Harmonies of #A1005A
Complementary color
Monochromatic Colors of #A1005A
Black with #A1005A
Text Example
Text Example
White with #A1005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1005A; }
p { color: rgb(161,0,90); }
H1.HeaderClassName
{
color: #A1005A;
}
.AnyTagClassName
{
color: #A1005A;
}
</style>
background-color css
<style>
a { background-color: #A1005A; }
a { background-color: rgb(161,0,90); }
div.DivClassName
{
background-color: #A1005A;
}
.BgClassName
{
background-color: #A1005A;
}
</style>
border-color css
<style>
span { border-color: #A1005A; }
span { border-color: rgb(161,0,90); }
td.TdClassName
{
border-color: #A1005A;
}
.TagClassName
{
border-color: #A1005A;
}
</style>