Shades of Jazzberry Jam #A8094C
Tints of Jazzberry Jam #A8094C
RGB
CMYK
RGB Variations
Color information
#A8094C (or 0xA8094C) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 4C. RGB value is (168,9,76). Sum of RGB (Red+Green+Blue) = 168+9+76=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8094C is #57F6B3. Grayscale: #404040. Windows color (decimal): -5764788 or 4983208. OLE color: 4983208.
HSL color Cylindrical-coordinate representation of color #A8094C: hue angle of 334.72º 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 #A8094C is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 76 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.34 |
| HSL | 334.72º | 0.9% | 0.35% | - |
| HSV(B) | 334.72º | 0.95% | 0.66% | - |
| XYZ | 17.55 | 9.04 | 7.66 | - |
| YUV | 64.18 | 134.68 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 76 | 0 | 0.95 | 0.55 | 0.34 | 334.72 | 0.9 | 0.35 |
| Hex | A8 | 9 | 4C | 0 | 5F | 37 | 22 | 14F | 5A | 23 |
| Octal | 250 | 11 | 114 | 0 | 137 | 67 | 42 | 517 | 132 | 43 |
| Binary | 10101000 | 1001 | 1001100 | 0 | 1011111 | 110111 | 100010 | 101001111 | 1011010 | 100011 |
Color Harmonies of #A8094C
Complementary color
Monochromatic Colors of #A8094C
Black with #A8094C
Text Example
Text Example
White with #A8094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8094C; }
p { color: rgb(168,9,76); }
H1.HeaderClassName
{
color: #A8094C;
}
.AnyTagClassName
{
color: #A8094C;
}
</style>
background-color css
<style>
a { background-color: #A8094C; }
a { background-color: rgb(168,9,76); }
div.DivClassName
{
background-color: #A8094C;
}
.BgClassName
{
background-color: #A8094C;
}
</style>
border-color css
<style>
span { border-color: #A8094C; }
span { border-color: rgb(168,9,76); }
td.TdClassName
{
border-color: #A8094C;
}
.TagClassName
{
border-color: #A8094C;
}
</style>