Shades of Jazzberry Jam #A6013F
Tints of Jazzberry Jam #A6013F
RGB
CMYK
RGB Variations
Color information
#A6013F (or 0xA6013F) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 3F. RGB value is (166,1,63). Sum of RGB (Red+Green+Blue) = 166+1+63=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A6013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6013F is #59FEC0. Grayscale: #393939. Windows color (decimal): -5897921 or 4129190. OLE color: 4129190.
HSL color Cylindrical-coordinate representation of color #A6013F: hue angle of 337.45º degrees, saturation: 0.99, 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 #A6013F is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.35 |
| HSL | 337.45º | 0.99% | 0.33% | - |
| HSV(B) | 337.45º | 0.99% | 0.65% | - |
| XYZ | 16.63 | 8.49 | 5.46 | - |
| YUV | 57.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 63 | 0 | 0.99 | 0.62 | 0.35 | 337.45 | 0.99 | 0.33 |
| Hex | A6 | 1 | 3F | 0 | 63 | 3E | 23 | 151 | 63 | 21 |
| Octal | 246 | 1 | 77 | 0 | 143 | 76 | 43 | 521 | 143 | 41 |
| Binary | 10100110 | 1 | 111111 | 0 | 1100011 | 111110 | 100011 | 101010001 | 1100011 | 100001 |
Color Harmonies of #A6013F
Complementary color
Monochromatic Colors of #A6013F
Black with #A6013F
Text Example
Text Example
White with #A6013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6013F; }
p { color: rgb(166,1,63); }
H1.HeaderClassName
{
color: #A6013F;
}
.AnyTagClassName
{
color: #A6013F;
}
</style>
background-color css
<style>
a { background-color: #A6013F; }
a { background-color: rgb(166,1,63); }
div.DivClassName
{
background-color: #A6013F;
}
.BgClassName
{
background-color: #A6013F;
}
</style>
border-color css
<style>
span { border-color: #A6013F; }
span { border-color: rgb(166,1,63); }
td.TdClassName
{
border-color: #A6013F;
}
.TagClassName
{
border-color: #A6013F;
}
</style>