Shades of Jazzberry Jam #A6094C
Tints of Jazzberry Jam #A6094C
RGB
CMYK
RGB Variations
Color information
#A6094C (or 0xA6094C) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 4C. RGB value is (166,9,76). Sum of RGB (Red+Green+Blue) = 166+9+76=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A6094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6094C is #59F6B3. Grayscale: #3F3F3F. Windows color (decimal): -5895860 or 4983206. OLE color: 4983206.
HSL color Cylindrical-coordinate representation of color #A6094C: hue angle of 334.39º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6094C is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 76 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.35 |
| HSL | 334.39º | 0.9% | 0.34% | - |
| HSV(B) | 334.39º | 0.95% | 0.65% | - |
| XYZ | 17.13 | 8.82 | 7.64 | - |
| YUV | 63.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 76 | 0 | 0.95 | 0.54 | 0.35 | 334.39 | 0.9 | 0.34 |
| Hex | A6 | 9 | 4C | 0 | 5F | 36 | 23 | 14E | 5A | 22 |
| Octal | 246 | 11 | 114 | 0 | 137 | 66 | 43 | 516 | 132 | 42 |
| Binary | 10100110 | 1001 | 1001100 | 0 | 1011111 | 110110 | 100011 | 101001110 | 1011010 | 100010 |
Color Harmonies of #A6094C
Complementary color
Monochromatic Colors of #A6094C
Black with #A6094C
Text Example
Text Example
White with #A6094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6094C; }
p { color: rgb(166,9,76); }
H1.HeaderClassName
{
color: #A6094C;
}
.AnyTagClassName
{
color: #A6094C;
}
</style>
background-color css
<style>
a { background-color: #A6094C; }
a { background-color: rgb(166,9,76); }
div.DivClassName
{
background-color: #A6094C;
}
.BgClassName
{
background-color: #A6094C;
}
</style>
border-color css
<style>
span { border-color: #A6094C; }
span { border-color: rgb(166,9,76); }
td.TdClassName
{
border-color: #A6094C;
}
.TagClassName
{
border-color: #A6094C;
}
</style>