Shades of Jazzberry Jam #A7256C
Tints of Jazzberry Jam #A7256C
RGB
CMYK
RGB Variations
Color information
#A7256C (or 0xA7256C) is known color: Jazzberry Jam. HEX triplet: A7, 25 and 6C. RGB value is (167,37,108). Sum of RGB (Red+Green+Blue) = 167+37+108=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7256C is #58DA93. Grayscale: #535353. Windows color (decimal): -5823124 or 7087527. OLE color: 7087527.
HSL color Cylindrical-coordinate representation of color #A7256C: hue angle of 327.23º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7256C is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 37 | 108 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.35 |
| HSL | 327.23º | 0.64% | 0.4% | - |
| HSV(B) | 327.23º | 0.78% | 0.65% | - |
| XYZ | 19.3 | 10.62 | 15.22 | - |
| YUV | 83.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 108 | 0 | 0.78 | 0.35 | 0.35 | 327.23 | 0.64 | 0.4 |
| Hex | A7 | 25 | 6C | 0 | 4E | 23 | 23 | 147 | 40 | 28 |
| Octal | 247 | 45 | 154 | 0 | 116 | 43 | 43 | 507 | 100 | 50 |
| Binary | 10100111 | 100101 | 1101100 | 0 | 1001110 | 100011 | 100011 | 101000111 | 1000000 | 101000 |
Color Harmonies of #A7256C
Complementary color
Monochromatic Colors of #A7256C
Black with #A7256C
Text Example
Text Example
White with #A7256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7256C; }
p { color: rgb(167,37,108); }
H1.HeaderClassName
{
color: #A7256C;
}
.AnyTagClassName
{
color: #A7256C;
}
</style>
background-color css
<style>
a { background-color: #A7256C; }
a { background-color: rgb(167,37,108); }
div.DivClassName
{
background-color: #A7256C;
}
.BgClassName
{
background-color: #A7256C;
}
</style>
border-color css
<style>
span { border-color: #A7256C; }
span { border-color: rgb(167,37,108); }
td.TdClassName
{
border-color: #A7256C;
}
.TagClassName
{
border-color: #A7256C;
}
</style>