Shades of Jazzberry Jam #A8096E
Tints of Jazzberry Jam #A8096E
RGB
CMYK
RGB Variations
Color information
#A8096E (or 0xA8096E) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 6E. RGB value is (168,9,110). Sum of RGB (Red+Green+Blue) = 168+9+110=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A8096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8096E is #57F691. Grayscale: #434343. Windows color (decimal): -5764754 or 7211432. OLE color: 7211432.
HSL color Cylindrical-coordinate representation of color #A8096E: hue angle of 321.89º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8096E is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 110 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.34 |
| HSL | 321.89º | 0.9% | 0.35% | - |
| HSV(B) | 321.89º | 0.95% | 0.66% | - |
| XYZ | 19.06 | 9.65 | 15.61 | - |
| YUV | 68.06 | 151.68 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 110 | 0 | 0.95 | 0.35 | 0.34 | 321.89 | 0.9 | 0.35 |
| Hex | A8 | 9 | 6E | 0 | 5F | 23 | 22 | 142 | 5A | 23 |
| Octal | 250 | 11 | 156 | 0 | 137 | 43 | 42 | 502 | 132 | 43 |
| Binary | 10101000 | 1001 | 1101110 | 0 | 1011111 | 100011 | 100010 | 101000010 | 1011010 | 100011 |
Color Harmonies of #A8096E
Complementary color
Monochromatic Colors of #A8096E
Black with #A8096E
Text Example
Text Example
White with #A8096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8096E; }
p { color: rgb(168,9,110); }
H1.HeaderClassName
{
color: #A8096E;
}
.AnyTagClassName
{
color: #A8096E;
}
</style>
background-color css
<style>
a { background-color: #A8096E; }
a { background-color: rgb(168,9,110); }
div.DivClassName
{
background-color: #A8096E;
}
.BgClassName
{
background-color: #A8096E;
}
</style>
border-color css
<style>
span { border-color: #A8096E; }
span { border-color: rgb(168,9,110); }
td.TdClassName
{
border-color: #A8096E;
}
.TagClassName
{
border-color: #A8096E;
}
</style>