Shades of Jazzberry Jam #A51E66
Tints of Jazzberry Jam #A51E66
RGB
CMYK
RGB Variations
Color information
#A51E66 (or 0xA51E66) is known color: Jazzberry Jam. HEX triplet: A5, 1E and 66. RGB value is (165,30,102). Sum of RGB (Red+Green+Blue) = 165+30+102=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E66 is #5AE199. Grayscale: #4E4E4E. Windows color (decimal): -5955994 or 6692517. OLE color: 6692517.
HSL color Cylindrical-coordinate representation of color #A51E66: hue angle of 328º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E66 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 102 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.35 |
| HSL | 328º | 0.69% | 0.38% | - |
| HSV(B) | 328º | 0.82% | 0.65% | - |
| XYZ | 18.38 | 9.89 | 13.51 | - |
| YUV | 78.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 102 | 0 | 0.82 | 0.38 | 0.35 | 328 | 0.69 | 0.38 |
| Hex | A5 | 1E | 66 | 0 | 52 | 26 | 23 | 148 | 45 | 26 |
| Octal | 245 | 36 | 146 | 0 | 122 | 46 | 43 | 510 | 105 | 46 |
| Binary | 10100101 | 11110 | 1100110 | 0 | 1010010 | 100110 | 100011 | 101001000 | 1000101 | 100110 |
Color Harmonies of #A51E66
Complementary color
Monochromatic Colors of #A51E66
Black with #A51E66
Text Example
Text Example
White with #A51E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E66; }
p { color: rgb(165,30,102); }
H1.HeaderClassName
{
color: #A51E66;
}
.AnyTagClassName
{
color: #A51E66;
}
</style>
background-color css
<style>
a { background-color: #A51E66; }
a { background-color: rgb(165,30,102); }
div.DivClassName
{
background-color: #A51E66;
}
.BgClassName
{
background-color: #A51E66;
}
</style>
border-color css
<style>
span { border-color: #A51E66; }
span { border-color: rgb(165,30,102); }
td.TdClassName
{
border-color: #A51E66;
}
.TagClassName
{
border-color: #A51E66;
}
</style>