Shades of Jazzberry Jam #A61466
Tints of Jazzberry Jam #A61466
RGB
CMYK
RGB Variations
Color information
#A61466 (or 0xA61466) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 66. RGB value is (166,20,102). Sum of RGB (Red+Green+Blue) = 166+20+102=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A61466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61466 is #59EB99. Grayscale: #484848. Windows color (decimal): -5893018 or 6689958. OLE color: 6689958.
HSL color Cylindrical-coordinate representation of color #A61466: hue angle of 326.3º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61466 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 102 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.35 |
| HSL | 326.3º | 0.78% | 0.36% | - |
| HSV(B) | 326.3º | 0.88% | 0.65% | - |
| XYZ | 18.37 | 9.57 | 13.45 | - |
| YUV | 73 | 144.37 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 102 | 0 | 0.88 | 0.39 | 0.35 | 326.3 | 0.78 | 0.36 |
| Hex | A6 | 14 | 66 | 0 | 58 | 27 | 23 | 146 | 4E | 24 |
| Octal | 246 | 24 | 146 | 0 | 130 | 47 | 43 | 506 | 116 | 44 |
| Binary | 10100110 | 10100 | 1100110 | 0 | 1011000 | 100111 | 100011 | 101000110 | 1001110 | 100100 |
Color Harmonies of #A61466
Complementary color
Monochromatic Colors of #A61466
Black with #A61466
Text Example
Text Example
White with #A61466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61466; }
p { color: rgb(166,20,102); }
H1.HeaderClassName
{
color: #A61466;
}
.AnyTagClassName
{
color: #A61466;
}
</style>
background-color css
<style>
a { background-color: #A61466; }
a { background-color: rgb(166,20,102); }
div.DivClassName
{
background-color: #A61466;
}
.BgClassName
{
background-color: #A61466;
}
</style>
border-color css
<style>
span { border-color: #A61466; }
span { border-color: rgb(166,20,102); }
td.TdClassName
{
border-color: #A61466;
}
.TagClassName
{
border-color: #A61466;
}
</style>