Shades of Jazzberry Jam #A62066
Tints of Jazzberry Jam #A62066
RGB
CMYK
RGB Variations
Color information
#A62066 (or 0xA62066) is known color: Jazzberry Jam. HEX triplet: A6, 20 and 66. RGB value is (166,32,102). Sum of RGB (Red+Green+Blue) = 166+32+102=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A62066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62066 is #59DF99. Grayscale: #4F4F4F. Windows color (decimal): -5889946 or 6693030. OLE color: 6693030.
HSL color Cylindrical-coordinate representation of color #A62066: hue angle of 328.66º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62066 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 102 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.35 |
| HSL | 328.66º | 0.68% | 0.39% | - |
| HSV(B) | 328.66º | 0.81% | 0.65% | - |
| XYZ | 18.64 | 10.1 | 13.54 | - |
| YUV | 80.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 102 | 0 | 0.81 | 0.39 | 0.35 | 328.66 | 0.68 | 0.39 |
| Hex | A6 | 20 | 66 | 0 | 51 | 27 | 23 | 149 | 44 | 27 |
| Octal | 246 | 40 | 146 | 0 | 121 | 47 | 43 | 511 | 104 | 47 |
| Binary | 10100110 | 100000 | 1100110 | 0 | 1010001 | 100111 | 100011 | 101001001 | 1000100 | 100111 |
Color Harmonies of #A62066
Complementary color
Monochromatic Colors of #A62066
Black with #A62066
Text Example
Text Example
White with #A62066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62066; }
p { color: rgb(166,32,102); }
H1.HeaderClassName
{
color: #A62066;
}
.AnyTagClassName
{
color: #A62066;
}
</style>
background-color css
<style>
a { background-color: #A62066; }
a { background-color: rgb(166,32,102); }
div.DivClassName
{
background-color: #A62066;
}
.BgClassName
{
background-color: #A62066;
}
</style>
border-color css
<style>
span { border-color: #A62066; }
span { border-color: rgb(166,32,102); }
td.TdClassName
{
border-color: #A62066;
}
.TagClassName
{
border-color: #A62066;
}
</style>