Shades of Jazzberry Jam #A5236E
Tints of Jazzberry Jam #A5236E
RGB
CMYK
RGB Variations
Color information
#A5236E (or 0xA5236E) is known color: Jazzberry Jam. HEX triplet: A5, 23 and 6E. RGB value is (165,35,110). Sum of RGB (Red+Green+Blue) = 165+35+110=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5236E is #5ADC91. Grayscale: #525252. Windows color (decimal): -5954706 or 7218085. OLE color: 7218085.
HSL color Cylindrical-coordinate representation of color #A5236E: hue angle of 325.38º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5236E is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 35 | 110 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.35 |
| HSL | 325.38º | 0.65% | 0.39% | - |
| HSV(B) | 325.38º | 0.79% | 0.65% | - |
| XYZ | 18.93 | 10.33 | 15.75 | - |
| YUV | 82.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 110 | 0 | 0.79 | 0.33 | 0.35 | 325.38 | 0.65 | 0.39 |
| Hex | A5 | 23 | 6E | 0 | 4F | 21 | 23 | 145 | 41 | 27 |
| Octal | 245 | 43 | 156 | 0 | 117 | 41 | 43 | 505 | 101 | 47 |
| Binary | 10100101 | 100011 | 1101110 | 0 | 1001111 | 100001 | 100011 | 101000101 | 1000001 | 100111 |
Color Harmonies of #A5236E
Complementary color
Monochromatic Colors of #A5236E
Black with #A5236E
Text Example
Text Example
White with #A5236E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5236E; }
p { color: rgb(165,35,110); }
H1.HeaderClassName
{
color: #A5236E;
}
.AnyTagClassName
{
color: #A5236E;
}
</style>
background-color css
<style>
a { background-color: #A5236E; }
a { background-color: rgb(165,35,110); }
div.DivClassName
{
background-color: #A5236E;
}
.BgClassName
{
background-color: #A5236E;
}
</style>
border-color css
<style>
span { border-color: #A5236E; }
span { border-color: rgb(165,35,110); }
td.TdClassName
{
border-color: #A5236E;
}
.TagClassName
{
border-color: #A5236E;
}
</style>