Shades of Jazzberry Jam #A52065
Tints of Jazzberry Jam #A52065
RGB
CMYK
RGB Variations
Color information
#A52065 (or 0xA52065) is known color: Jazzberry Jam. HEX triplet: A5, 20 and 65. RGB value is (165,32,101). Sum of RGB (Red+Green+Blue) = 165+32+101=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A52065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52065 is #5ADF9A. Grayscale: #4F4F4F. Windows color (decimal): -5955483 or 6627493. OLE color: 6627493.
HSL color Cylindrical-coordinate representation of color #A52065: hue angle of 328.87º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52065 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 101 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.35 |
| HSL | 328.87º | 0.68% | 0.39% | - |
| HSV(B) | 328.87º | 0.81% | 0.65% | - |
| XYZ | 18.38 | 9.97 | 13.27 | - |
| YUV | 79.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 101 | 0 | 0.81 | 0.39 | 0.35 | 328.87 | 0.68 | 0.39 |
| Hex | A5 | 20 | 65 | 0 | 51 | 27 | 23 | 149 | 44 | 27 |
| Octal | 245 | 40 | 145 | 0 | 121 | 47 | 43 | 511 | 104 | 47 |
| Binary | 10100101 | 100000 | 1100101 | 0 | 1010001 | 100111 | 100011 | 101001001 | 1000100 | 100111 |
Color Harmonies of #A52065
Complementary color
Monochromatic Colors of #A52065
Black with #A52065
Text Example
Text Example
White with #A52065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52065; }
p { color: rgb(165,32,101); }
H1.HeaderClassName
{
color: #A52065;
}
.AnyTagClassName
{
color: #A52065;
}
</style>
background-color css
<style>
a { background-color: #A52065; }
a { background-color: rgb(165,32,101); }
div.DivClassName
{
background-color: #A52065;
}
.BgClassName
{
background-color: #A52065;
}
</style>
border-color css
<style>
span { border-color: #A52065; }
span { border-color: rgb(165,32,101); }
td.TdClassName
{
border-color: #A52065;
}
.TagClassName
{
border-color: #A52065;
}
</style>