Shades of Jazzberry Jam #A51A5E
Tints of Jazzberry Jam #A51A5E
RGB
CMYK
RGB Variations
Color information
#A51A5E (or 0xA51A5E) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 5E. RGB value is (165,26,94). Sum of RGB (Red+Green+Blue) = 165+26+94=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A5E is #5AE5A1. Grayscale: #4B4B4B. Windows color (decimal): -5957026 or 6167205. OLE color: 6167205.
HSL color Cylindrical-coordinate representation of color #A51A5E: hue angle of 330.65º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A5E is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 26 | 94 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.35 |
| HSL | 330.65º | 0.73% | 0.37% | - |
| HSV(B) | 330.65º | 0.84% | 0.65% | - |
| XYZ | 17.91 | 9.55 | 11.49 | - |
| YUV | 75.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 94 | 0 | 0.84 | 0.43 | 0.35 | 330.65 | 0.73 | 0.37 |
| Hex | A5 | 1A | 5E | 0 | 54 | 2B | 23 | 14B | 49 | 25 |
| Octal | 245 | 32 | 136 | 0 | 124 | 53 | 43 | 513 | 111 | 45 |
| Binary | 10100101 | 11010 | 1011110 | 0 | 1010100 | 101011 | 100011 | 101001011 | 1001001 | 100101 |
Color Harmonies of #A51A5E
Complementary color
Monochromatic Colors of #A51A5E
Black with #A51A5E
Text Example
Text Example
White with #A51A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51A5E; }
p { color: rgb(165,26,94); }
H1.HeaderClassName
{
color: #A51A5E;
}
.AnyTagClassName
{
color: #A51A5E;
}
</style>
background-color css
<style>
a { background-color: #A51A5E; }
a { background-color: rgb(165,26,94); }
div.DivClassName
{
background-color: #A51A5E;
}
.BgClassName
{
background-color: #A51A5E;
}
</style>
border-color css
<style>
span { border-color: #A51A5E; }
span { border-color: rgb(165,26,94); }
td.TdClassName
{
border-color: #A51A5E;
}
.TagClassName
{
border-color: #A51A5E;
}
</style>