Shades of Jazzberry Jam #A32365
Tints of Jazzberry Jam #A32365
RGB
CMYK
RGB Variations
Color information
#A32365 (or 0xA32365) is known color: Jazzberry Jam. HEX triplet: A3, 23 and 65. RGB value is (163,35,101). Sum of RGB (Red+Green+Blue) = 163+35+101=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A32365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32365 is #5CDC9A. Grayscale: #505050. Windows color (decimal): -6085787 or 6628259. OLE color: 6628259.
HSL color Cylindrical-coordinate representation of color #A32365: hue angle of 329.06º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32365 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 35 | 101 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.36 |
| HSL | 329.06º | 0.65% | 0.39% | - |
| HSV(B) | 329.06º | 0.79% | 0.64% | - |
| XYZ | 18.05 | 9.93 | 13.28 | - |
| YUV | 80.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 101 | 0 | 0.79 | 0.38 | 0.36 | 329.06 | 0.65 | 0.39 |
| Hex | A3 | 23 | 65 | 0 | 4F | 26 | 24 | 149 | 41 | 27 |
| Octal | 243 | 43 | 145 | 0 | 117 | 46 | 44 | 511 | 101 | 47 |
| Binary | 10100011 | 100011 | 1100101 | 0 | 1001111 | 100110 | 100100 | 101001001 | 1000001 | 100111 |
Color Harmonies of #A32365
Complementary color
Monochromatic Colors of #A32365
Black with #A32365
Text Example
Text Example
White with #A32365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32365; }
p { color: rgb(163,35,101); }
H1.HeaderClassName
{
color: #A32365;
}
.AnyTagClassName
{
color: #A32365;
}
</style>
background-color css
<style>
a { background-color: #A32365; }
a { background-color: rgb(163,35,101); }
div.DivClassName
{
background-color: #A32365;
}
.BgClassName
{
background-color: #A32365;
}
</style>
border-color css
<style>
span { border-color: #A32365; }
span { border-color: rgb(163,35,101); }
td.TdClassName
{
border-color: #A32365;
}
.TagClassName
{
border-color: #A32365;
}
</style>