Shades of Jazzberry Jam #A92568
Tints of Jazzberry Jam #A92568
RGB
CMYK
RGB Variations
Color information
#A92568 (or 0xA92568) is known color: Jazzberry Jam. HEX triplet: A9, 25 and 68. RGB value is (169,37,104). Sum of RGB (Red+Green+Blue) = 169+37+104=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A92568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92568 is #56DA97. Grayscale: #535353. Windows color (decimal): -5692056 or 6825385. OLE color: 6825385.
HSL color Cylindrical-coordinate representation of color #A92568: hue angle of 329.55º 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 #A92568 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 104 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.34 |
| HSL | 329.55º | 0.64% | 0.4% | - |
| HSV(B) | 329.55º | 0.78% | 0.66% | - |
| XYZ | 19.52 | 10.76 | 14.14 | - |
| YUV | 84.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 104 | 0 | 0.78 | 0.38 | 0.34 | 329.55 | 0.64 | 0.4 |
| Hex | A9 | 25 | 68 | 0 | 4E | 26 | 22 | 14A | 40 | 28 |
| Octal | 251 | 45 | 150 | 0 | 116 | 46 | 42 | 512 | 100 | 50 |
| Binary | 10101001 | 100101 | 1101000 | 0 | 1001110 | 100110 | 100010 | 101001010 | 1000000 | 101000 |
Color Harmonies of #A92568
Complementary color
Monochromatic Colors of #A92568
Black with #A92568
Text Example
Text Example
White with #A92568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92568; }
p { color: rgb(169,37,104); }
H1.HeaderClassName
{
color: #A92568;
}
.AnyTagClassName
{
color: #A92568;
}
</style>
background-color css
<style>
a { background-color: #A92568; }
a { background-color: rgb(169,37,104); }
div.DivClassName
{
background-color: #A92568;
}
.BgClassName
{
background-color: #A92568;
}
</style>
border-color css
<style>
span { border-color: #A92568; }
span { border-color: rgb(169,37,104); }
td.TdClassName
{
border-color: #A92568;
}
.TagClassName
{
border-color: #A92568;
}
</style>