Shades of Jazzberry Jam #A8256C
Tints of Jazzberry Jam #A8256C
RGB
CMYK
RGB Variations
Color information
#A8256C (or 0xA8256C) is known color: Jazzberry Jam. HEX triplet: A8, 25 and 6C. RGB value is (168,37,108). Sum of RGB (Red+Green+Blue) = 168+37+108=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8256C is #57DA93. Grayscale: #545454. Windows color (decimal): -5757588 or 7087528. OLE color: 7087528.
HSL color Cylindrical-coordinate representation of color #A8256C: hue angle of 327.48º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8256C is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 108 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.34 |
| HSL | 327.48º | 0.64% | 0.4% | - |
| HSV(B) | 327.48º | 0.78% | 0.66% | - |
| XYZ | 19.52 | 10.73 | 15.23 | - |
| YUV | 84.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 108 | 0 | 0.78 | 0.36 | 0.34 | 327.48 | 0.64 | 0.4 |
| Hex | A8 | 25 | 6C | 0 | 4E | 24 | 22 | 147 | 40 | 28 |
| Octal | 250 | 45 | 154 | 0 | 116 | 44 | 42 | 507 | 100 | 50 |
| Binary | 10101000 | 100101 | 1101100 | 0 | 1001110 | 100100 | 100010 | 101000111 | 1000000 | 101000 |
Color Harmonies of #A8256C
Complementary color
Monochromatic Colors of #A8256C
Black with #A8256C
Text Example
Text Example
White with #A8256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8256C; }
p { color: rgb(168,37,108); }
H1.HeaderClassName
{
color: #A8256C;
}
.AnyTagClassName
{
color: #A8256C;
}
</style>
background-color css
<style>
a { background-color: #A8256C; }
a { background-color: rgb(168,37,108); }
div.DivClassName
{
background-color: #A8256C;
}
.BgClassName
{
background-color: #A8256C;
}
</style>
border-color css
<style>
span { border-color: #A8256C; }
span { border-color: rgb(168,37,108); }
td.TdClassName
{
border-color: #A8256C;
}
.TagClassName
{
border-color: #A8256C;
}
</style>