Shades of Jazzberry Jam #A1015C
Tints of Jazzberry Jam #A1015C
RGB
CMYK
RGB Variations
Color information
#A1015C (or 0xA1015C) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 5C. RGB value is (161,1,92). Sum of RGB (Red+Green+Blue) = 161+1+92=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A1015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1015C is #5EFEA3. Grayscale: #3B3B3B. Windows color (decimal): -6225572 or 6029729. OLE color: 6029729.
HSL color Cylindrical-coordinate representation of color #A1015C: hue angle of 325.88º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1015C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.37 |
| HSL | 325.88º | 0.99% | 0.32% | - |
| HSV(B) | 325.88º | 0.99% | 0.63% | - |
| XYZ | 16.64 | 8.37 | 10.86 | - |
| YUV | 59.21 | 146.51 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 92 | 0 | 0.99 | 0.43 | 0.37 | 325.88 | 0.99 | 0.32 |
| Hex | A1 | 1 | 5C | 0 | 63 | 2B | 25 | 146 | 63 | 20 |
| Octal | 241 | 1 | 134 | 0 | 143 | 53 | 45 | 506 | 143 | 40 |
| Binary | 10100001 | 1 | 1011100 | 0 | 1100011 | 101011 | 100101 | 101000110 | 1100011 | 100000 |
Color Harmonies of #A1015C
Complementary color
Monochromatic Colors of #A1015C
Black with #A1015C
Text Example
Text Example
White with #A1015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1015C; }
p { color: rgb(161,1,92); }
H1.HeaderClassName
{
color: #A1015C;
}
.AnyTagClassName
{
color: #A1015C;
}
</style>
background-color css
<style>
a { background-color: #A1015C; }
a { background-color: rgb(161,1,92); }
div.DivClassName
{
background-color: #A1015C;
}
.BgClassName
{
background-color: #A1015C;
}
</style>
border-color css
<style>
span { border-color: #A1015C; }
span { border-color: rgb(161,1,92); }
td.TdClassName
{
border-color: #A1015C;
}
.TagClassName
{
border-color: #A1015C;
}
</style>