Shades of Jazzberry Jam #A6023B
Tints of Jazzberry Jam #A6023B
RGB
CMYK
RGB Variations
Color information
#A6023B (or 0xA6023B) is known color: Jazzberry Jam. HEX triplet: A6, 02 and 3B. RGB value is (166,2,59). Sum of RGB (Red+Green+Blue) = 166+2+59=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A6023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6023B is #59FDC4. Grayscale: #393939. Windows color (decimal): -5897669 or 3867302. OLE color: 3867302.
HSL color Cylindrical-coordinate representation of color #A6023B: hue angle of 339.15º 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 #A6023B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.35 |
| HSL | 339.15º | 0.98% | 0.33% | - |
| HSV(B) | 339.15º | 0.99% | 0.65% | - |
| XYZ | 16.54 | 8.47 | 4.9 | - |
| YUV | 57.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 59 | 0 | 0.99 | 0.64 | 0.35 | 339.15 | 0.98 | 0.33 |
| Hex | A6 | 2 | 3B | 0 | 63 | 40 | 23 | 153 | 62 | 21 |
| Octal | 246 | 2 | 73 | 0 | 143 | 100 | 43 | 523 | 142 | 41 |
| Binary | 10100110 | 10 | 111011 | 0 | 1100011 | 1000000 | 100011 | 101010011 | 1100010 | 100001 |
Color Harmonies of #A6023B
Complementary color
Monochromatic Colors of #A6023B
Black with #A6023B
Text Example
Text Example
White with #A6023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6023B; }
p { color: rgb(166,2,59); }
H1.HeaderClassName
{
color: #A6023B;
}
.AnyTagClassName
{
color: #A6023B;
}
</style>
background-color css
<style>
a { background-color: #A6023B; }
a { background-color: rgb(166,2,59); }
div.DivClassName
{
background-color: #A6023B;
}
.BgClassName
{
background-color: #A6023B;
}
</style>
border-color css
<style>
span { border-color: #A6023B; }
span { border-color: rgb(166,2,59); }
td.TdClassName
{
border-color: #A6023B;
}
.TagClassName
{
border-color: #A6023B;
}
</style>