Shades of Jazzberry Jam #A6024A
Tints of Jazzberry Jam #A6024A
RGB
CMYK
RGB Variations
Color information
#A6024A (or 0xA6024A) is known color: Jazzberry Jam. HEX triplet: A6, 02 and 4A. RGB value is (166,2,74). Sum of RGB (Red+Green+Blue) = 166+2+74=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A6024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6024A is #59FDB5. Grayscale: #3B3B3B. Windows color (decimal): -5897654 or 4850342. OLE color: 4850342.
HSL color Cylindrical-coordinate representation of color #A6024A: hue angle of 333.66º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6024A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.35 |
| HSL | 333.66º | 0.98% | 0.33% | - |
| HSV(B) | 333.66º | 0.99% | 0.65% | - |
| XYZ | 16.98 | 8.64 | 7.25 | - |
| YUV | 59.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 74 | 0 | 0.99 | 0.55 | 0.35 | 333.66 | 0.98 | 0.33 |
| Hex | A6 | 2 | 4A | 0 | 63 | 37 | 23 | 14E | 62 | 21 |
| Octal | 246 | 2 | 112 | 0 | 143 | 67 | 43 | 516 | 142 | 41 |
| Binary | 10100110 | 10 | 1001010 | 0 | 1100011 | 110111 | 100011 | 101001110 | 1100010 | 100001 |
Color Harmonies of #A6024A
Complementary color
Monochromatic Colors of #A6024A
Black with #A6024A
Text Example
Text Example
White with #A6024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6024A; }
p { color: rgb(166,2,74); }
H1.HeaderClassName
{
color: #A6024A;
}
.AnyTagClassName
{
color: #A6024A;
}
</style>
background-color css
<style>
a { background-color: #A6024A; }
a { background-color: rgb(166,2,74); }
div.DivClassName
{
background-color: #A6024A;
}
.BgClassName
{
background-color: #A6024A;
}
</style>
border-color css
<style>
span { border-color: #A6024A; }
span { border-color: rgb(166,2,74); }
td.TdClassName
{
border-color: #A6024A;
}
.TagClassName
{
border-color: #A6024A;
}
</style>