Shades of Jazzberry Jam #A8094E
Tints of Jazzberry Jam #A8094E
RGB
CMYK
RGB Variations
Color information
#A8094E (or 0xA8094E) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 4E. RGB value is (168,9,78). Sum of RGB (Red+Green+Blue) = 168+9+78=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A8094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8094E is #57F6B1. Grayscale: #404040. Windows color (decimal): -5764786 or 5114280. OLE color: 5114280.
HSL color Cylindrical-coordinate representation of color #A8094E: hue angle of 333.96º 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 #A8094E is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 78 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.34 |
| HSL | 333.96º | 0.9% | 0.35% | - |
| HSV(B) | 333.96º | 0.95% | 0.66% | - |
| XYZ | 17.62 | 9.07 | 8.03 | - |
| YUV | 64.41 | 135.68 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 78 | 0 | 0.95 | 0.54 | 0.34 | 333.96 | 0.9 | 0.35 |
| Hex | A8 | 9 | 4E | 0 | 5F | 36 | 22 | 14E | 5A | 23 |
| Octal | 250 | 11 | 116 | 0 | 137 | 66 | 42 | 516 | 132 | 43 |
| Binary | 10101000 | 1001 | 1001110 | 0 | 1011111 | 110110 | 100010 | 101001110 | 1011010 | 100011 |
Color Harmonies of #A8094E
Complementary color
Monochromatic Colors of #A8094E
Black with #A8094E
Text Example
Text Example
White with #A8094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8094E; }
p { color: rgb(168,9,78); }
H1.HeaderClassName
{
color: #A8094E;
}
.AnyTagClassName
{
color: #A8094E;
}
</style>
background-color css
<style>
a { background-color: #A8094E; }
a { background-color: rgb(168,9,78); }
div.DivClassName
{
background-color: #A8094E;
}
.BgClassName
{
background-color: #A8094E;
}
</style>
border-color css
<style>
span { border-color: #A8094E; }
span { border-color: rgb(168,9,78); }
td.TdClassName
{
border-color: #A8094E;
}
.TagClassName
{
border-color: #A8094E;
}
</style>