Shades of Jazzberry Jam #A32373
Tints of Jazzberry Jam #A32373
RGB
CMYK
RGB Variations
Color information
#A32373 (or 0xA32373) is known color: Jazzberry Jam. HEX triplet: A3, 23 and 73. RGB value is (163,35,115). Sum of RGB (Red+Green+Blue) = 163+35+115=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A32373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32373 is #5CDC8C. Grayscale: #525252. Windows color (decimal): -6085773 or 7545763. OLE color: 7545763.
HSL color Cylindrical-coordinate representation of color #A32373: hue angle of 322.5º 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 #A32373 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 35 | 115 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.36 |
| HSL | 322.5º | 0.65% | 0.39% | - |
| HSV(B) | 322.5º | 0.79% | 0.64% | - |
| XYZ | 18.8 | 10.23 | 17.2 | - |
| YUV | 82.39 | 146.41 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 115 | 0 | 0.79 | 0.29 | 0.36 | 322.5 | 0.65 | 0.39 |
| Hex | A3 | 23 | 73 | 0 | 4F | 1D | 24 | 142 | 41 | 27 |
| Octal | 243 | 43 | 163 | 0 | 117 | 35 | 44 | 502 | 101 | 47 |
| Binary | 10100011 | 100011 | 1110011 | 0 | 1001111 | 11101 | 100100 | 101000010 | 1000001 | 100111 |
Color Harmonies of #A32373
Complementary color
Monochromatic Colors of #A32373
Black with #A32373
Text Example
Text Example
White with #A32373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32373; }
p { color: rgb(163,35,115); }
H1.HeaderClassName
{
color: #A32373;
}
.AnyTagClassName
{
color: #A32373;
}
</style>
background-color css
<style>
a { background-color: #A32373; }
a { background-color: rgb(163,35,115); }
div.DivClassName
{
background-color: #A32373;
}
.BgClassName
{
background-color: #A32373;
}
</style>
border-color css
<style>
span { border-color: #A32373; }
span { border-color: rgb(163,35,115); }
td.TdClassName
{
border-color: #A32373;
}
.TagClassName
{
border-color: #A32373;
}
</style>