Shades of Jazzberry Jam #A3256F
Tints of Jazzberry Jam #A3256F
RGB
CMYK
RGB Variations
Color information
#A3256F (or 0xA3256F) is known color: Jazzberry Jam. HEX triplet: A3, 25 and 6F. RGB value is (163,37,111). Sum of RGB (Red+Green+Blue) = 163+37+111=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3256F is #5CDA90. Grayscale: #525252. Windows color (decimal): -6085265 or 7284131. OLE color: 7284131.
HSL color Cylindrical-coordinate representation of color #A3256F: hue angle of 324.76º 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 #A3256F is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 111 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.36 |
| HSL | 324.76º | 0.63% | 0.39% | - |
| HSV(B) | 324.76º | 0.77% | 0.64% | - |
| XYZ | 18.64 | 10.26 | 16.04 | - |
| YUV | 83.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 111 | 0 | 0.77 | 0.32 | 0.36 | 324.76 | 0.63 | 0.39 |
| Hex | A3 | 25 | 6F | 0 | 4D | 20 | 24 | 145 | 3F | 27 |
| Octal | 243 | 45 | 157 | 0 | 115 | 40 | 44 | 505 | 77 | 47 |
| Binary | 10100011 | 100101 | 1101111 | 0 | 1001101 | 100000 | 100100 | 101000101 | 111111 | 100111 |
Color Harmonies of #A3256F
Complementary color
Monochromatic Colors of #A3256F
Black with #A3256F
Text Example
Text Example
White with #A3256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3256F; }
p { color: rgb(163,37,111); }
H1.HeaderClassName
{
color: #A3256F;
}
.AnyTagClassName
{
color: #A3256F;
}
</style>
background-color css
<style>
a { background-color: #A3256F; }
a { background-color: rgb(163,37,111); }
div.DivClassName
{
background-color: #A3256F;
}
.BgClassName
{
background-color: #A3256F;
}
</style>
border-color css
<style>
span { border-color: #A3256F; }
span { border-color: rgb(163,37,111); }
td.TdClassName
{
border-color: #A3256F;
}
.TagClassName
{
border-color: #A3256F;
}
</style>