Shades of Jazzberry Jam #A60266
Tints of Jazzberry Jam #A60266
RGB
CMYK
RGB Variations
Color information
#A60266 (or 0xA60266) is known color: Jazzberry Jam. HEX triplet: A6, 02 and 66. RGB value is (166,2,102). Sum of RGB (Red+Green+Blue) = 166+2+102=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A60266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60266 is #59FD99. Grayscale: #3E3E3E. Windows color (decimal): -5897626 or 6685350. OLE color: 6685350.
HSL color Cylindrical-coordinate representation of color #A60266: hue angle of 323.41º 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 #A60266 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.35 |
| HSL | 323.41º | 0.98% | 0.33% | - |
| HSV(B) | 323.41º | 0.99% | 0.65% | - |
| XYZ | 18.15 | 9.11 | 13.37 | - |
| YUV | 62.44 | 150.33 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 102 | 0 | 0.99 | 0.39 | 0.35 | 323.41 | 0.98 | 0.33 |
| Hex | A6 | 2 | 66 | 0 | 63 | 27 | 23 | 143 | 62 | 21 |
| Octal | 246 | 2 | 146 | 0 | 143 | 47 | 43 | 503 | 142 | 41 |
| Binary | 10100110 | 10 | 1100110 | 0 | 1100011 | 100111 | 100011 | 101000011 | 1100010 | 100001 |
Color Harmonies of #A60266
Complementary color
Monochromatic Colors of #A60266
Black with #A60266
Text Example
Text Example
White with #A60266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60266; }
p { color: rgb(166,2,102); }
H1.HeaderClassName
{
color: #A60266;
}
.AnyTagClassName
{
color: #A60266;
}
</style>
background-color css
<style>
a { background-color: #A60266; }
a { background-color: rgb(166,2,102); }
div.DivClassName
{
background-color: #A60266;
}
.BgClassName
{
background-color: #A60266;
}
</style>
border-color css
<style>
span { border-color: #A60266; }
span { border-color: rgb(166,2,102); }
td.TdClassName
{
border-color: #A60266;
}
.TagClassName
{
border-color: #A60266;
}
</style>