Shades of Jazzberry Jam #A6054A
Tints of Jazzberry Jam #A6054A
RGB
CMYK
RGB Variations
Color information
#A6054A (or 0xA6054A) is known color: Jazzberry Jam. HEX triplet: A6, 05 and 4A. RGB value is (166,5,74). Sum of RGB (Red+Green+Blue) = 166+5+74=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6054A is #59FAB5. Grayscale: #3C3C3C. Windows color (decimal): -5896886 or 4851110. OLE color: 4851110.
HSL color Cylindrical-coordinate representation of color #A6054A: hue angle of 334.29º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6054A is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 74 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.35 |
| HSL | 334.29º | 0.94% | 0.34% | - |
| HSV(B) | 334.29º | 0.97% | 0.65% | - |
| XYZ | 17.02 | 8.71 | 7.26 | - |
| YUV | 61.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 74 | 0 | 0.97 | 0.55 | 0.35 | 334.29 | 0.94 | 0.34 |
| Hex | A6 | 5 | 4A | 0 | 61 | 37 | 23 | 14E | 5E | 22 |
| Octal | 246 | 5 | 112 | 0 | 141 | 67 | 43 | 516 | 136 | 42 |
| Binary | 10100110 | 101 | 1001010 | 0 | 1100001 | 110111 | 100011 | 101001110 | 1011110 | 100010 |
Color Harmonies of #A6054A
Complementary color
Monochromatic Colors of #A6054A
Black with #A6054A
Text Example
Text Example
White with #A6054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6054A; }
p { color: rgb(166,5,74); }
H1.HeaderClassName
{
color: #A6054A;
}
.AnyTagClassName
{
color: #A6054A;
}
</style>
background-color css
<style>
a { background-color: #A6054A; }
a { background-color: rgb(166,5,74); }
div.DivClassName
{
background-color: #A6054A;
}
.BgClassName
{
background-color: #A6054A;
}
</style>
border-color css
<style>
span { border-color: #A6054A; }
span { border-color: rgb(166,5,74); }
td.TdClassName
{
border-color: #A6054A;
}
.TagClassName
{
border-color: #A6054A;
}
</style>