Shades of Jazzberry Jam #A50865
Tints of Jazzberry Jam #A50865
RGB
CMYK
RGB Variations
Color information
#A50865 (or 0xA50865) is known color: Jazzberry Jam. HEX triplet: A5, 08 and 65. RGB value is (165,8,101). Sum of RGB (Red+Green+Blue) = 165+8+101=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A50865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50865 is #5AF79A. Grayscale: #414141. Windows color (decimal): -5961627 or 6621349. OLE color: 6621349.
HSL color Cylindrical-coordinate representation of color #A50865: hue angle of 324.46º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50865 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 101 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.35 |
| HSL | 324.46º | 0.91% | 0.34% | - |
| HSV(B) | 324.46º | 0.95% | 0.65% | - |
| XYZ | 17.95 | 9.11 | 13.12 | - |
| YUV | 65.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 101 | 0 | 0.95 | 0.39 | 0.35 | 324.46 | 0.91 | 0.34 |
| Hex | A5 | 8 | 65 | 0 | 5F | 27 | 23 | 144 | 5B | 22 |
| Octal | 245 | 10 | 145 | 0 | 137 | 47 | 43 | 504 | 133 | 42 |
| Binary | 10100101 | 1000 | 1100101 | 0 | 1011111 | 100111 | 100011 | 101000100 | 1011011 | 100010 |
Color Harmonies of #A50865
Complementary color
Monochromatic Colors of #A50865
Black with #A50865
Text Example
Text Example
White with #A50865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50865; }
p { color: rgb(165,8,101); }
H1.HeaderClassName
{
color: #A50865;
}
.AnyTagClassName
{
color: #A50865;
}
</style>
background-color css
<style>
a { background-color: #A50865; }
a { background-color: rgb(165,8,101); }
div.DivClassName
{
background-color: #A50865;
}
.BgClassName
{
background-color: #A50865;
}
</style>
border-color css
<style>
span { border-color: #A50865; }
span { border-color: rgb(165,8,101); }
td.TdClassName
{
border-color: #A50865;
}
.TagClassName
{
border-color: #A50865;
}
</style>