Shades of Jazzberry Jam #A1025B
Tints of Jazzberry Jam #A1025B
RGB
CMYK
RGB Variations
Color information
#A1025B (or 0xA1025B) is known color: Jazzberry Jam. HEX triplet: A1, 02 and 5B. RGB value is (161,2,91). Sum of RGB (Red+Green+Blue) = 161+2+91=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A1025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1025B is #5EFDA4. Grayscale: #3B3B3B. Windows color (decimal): -6225317 or 5964449. OLE color: 5964449.
HSL color Cylindrical-coordinate representation of color #A1025B: hue angle of 326.42º degrees, saturation: 0.98, 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 #A1025B is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.37 |
| HSL | 326.42º | 0.98% | 0.32% | - |
| HSV(B) | 326.42º | 0.99% | 0.63% | - |
| XYZ | 16.61 | 8.38 | 10.64 | - |
| YUV | 59.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 91 | 0 | 0.99 | 0.43 | 0.37 | 326.42 | 0.98 | 0.32 |
| Hex | A1 | 2 | 5B | 0 | 63 | 2B | 25 | 146 | 62 | 20 |
| Octal | 241 | 2 | 133 | 0 | 143 | 53 | 45 | 506 | 142 | 40 |
| Binary | 10100001 | 10 | 1011011 | 0 | 1100011 | 101011 | 100101 | 101000110 | 1100010 | 100000 |
Color Harmonies of #A1025B
Complementary color
Monochromatic Colors of #A1025B
Black with #A1025B
Text Example
Text Example
White with #A1025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1025B; }
p { color: rgb(161,2,91); }
H1.HeaderClassName
{
color: #A1025B;
}
.AnyTagClassName
{
color: #A1025B;
}
</style>
background-color css
<style>
a { background-color: #A1025B; }
a { background-color: rgb(161,2,91); }
div.DivClassName
{
background-color: #A1025B;
}
.BgClassName
{
background-color: #A1025B;
}
</style>
border-color css
<style>
span { border-color: #A1025B; }
span { border-color: rgb(161,2,91); }
td.TdClassName
{
border-color: #A1025B;
}
.TagClassName
{
border-color: #A1025B;
}
</style>