Shades of Jazzberry Jam #A3256D
Tints of Jazzberry Jam #A3256D
RGB
CMYK
RGB Variations
Color information
#A3256D (or 0xA3256D) is known color: Jazzberry Jam. HEX triplet: A3, 25 and 6D. RGB value is (163,37,109). Sum of RGB (Red+Green+Blue) = 163+37+109=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3256D is #5CDA92. Grayscale: #525252. Windows color (decimal): -6085267 or 7153059. OLE color: 7153059.
HSL color Cylindrical-coordinate representation of color #A3256D: hue angle of 325.71º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3256D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 109 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.36 |
| HSL | 325.71º | 0.63% | 0.39% | - |
| HSV(B) | 325.71º | 0.77% | 0.64% | - |
| XYZ | 18.53 | 10.21 | 15.46 | - |
| YUV | 82.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 109 | 0 | 0.77 | 0.33 | 0.36 | 325.71 | 0.63 | 0.39 |
| Hex | A3 | 25 | 6D | 0 | 4D | 21 | 24 | 146 | 3F | 27 |
| Octal | 243 | 45 | 155 | 0 | 115 | 41 | 44 | 506 | 77 | 47 |
| Binary | 10100011 | 100101 | 1101101 | 0 | 1001101 | 100001 | 100100 | 101000110 | 111111 | 100111 |
Color Harmonies of #A3256D
Complementary color
Monochromatic Colors of #A3256D
Black with #A3256D
Text Example
Text Example
White with #A3256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3256D; }
p { color: rgb(163,37,109); }
H1.HeaderClassName
{
color: #A3256D;
}
.AnyTagClassName
{
color: #A3256D;
}
</style>
background-color css
<style>
a { background-color: #A3256D; }
a { background-color: rgb(163,37,109); }
div.DivClassName
{
background-color: #A3256D;
}
.BgClassName
{
background-color: #A3256D;
}
</style>
border-color css
<style>
span { border-color: #A3256D; }
span { border-color: rgb(163,37,109); }
td.TdClassName
{
border-color: #A3256D;
}
.TagClassName
{
border-color: #A3256D;
}
</style>