Shades of Jazzberry Jam #A51166
Tints of Jazzberry Jam #A51166
RGB
CMYK
RGB Variations
Color information
#A51166 (or 0xA51166) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 66. RGB value is (165,17,102). Sum of RGB (Red+Green+Blue) = 165+17+102=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A51166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51166 is #5AEE99. Grayscale: #464646. Windows color (decimal): -5959322 or 6689189. OLE color: 6689189.
HSL color Cylindrical-coordinate representation of color #A51166: hue angle of 325.54º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51166 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 102 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.35 |
| HSL | 325.54º | 0.81% | 0.36% | - |
| HSV(B) | 325.54º | 0.9% | 0.65% | - |
| XYZ | 18.12 | 9.36 | 13.42 | - |
| YUV | 70.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 102 | 0 | 0.90 | 0.38 | 0.35 | 325.54 | 0.81 | 0.36 |
| Hex | A5 | 11 | 66 | 0 | 5A | 26 | 23 | 146 | 51 | 24 |
| Octal | 245 | 21 | 146 | 0 | 132 | 46 | 43 | 506 | 121 | 44 |
| Binary | 10100101 | 10001 | 1100110 | 0 | 1011010 | 100110 | 100011 | 101000110 | 1010001 | 100100 |
Color Harmonies of #A51166
Complementary color
Monochromatic Colors of #A51166
Black with #A51166
Text Example
Text Example
White with #A51166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51166; }
p { color: rgb(165,17,102); }
H1.HeaderClassName
{
color: #A51166;
}
.AnyTagClassName
{
color: #A51166;
}
</style>
background-color css
<style>
a { background-color: #A51166; }
a { background-color: rgb(165,17,102); }
div.DivClassName
{
background-color: #A51166;
}
.BgClassName
{
background-color: #A51166;
}
</style>
border-color css
<style>
span { border-color: #A51166; }
span { border-color: rgb(165,17,102); }
td.TdClassName
{
border-color: #A51166;
}
.TagClassName
{
border-color: #A51166;
}
</style>