Shades of Jazzberry Jam #AA266A
Tints of Jazzberry Jam #AA266A
RGB
CMYK
RGB Variations
Color information
#AA266A (or 0xAA266A) is known color: Jazzberry Jam. HEX triplet: AA, 26 and 6A. RGB value is (170,38,106). Sum of RGB (Red+Green+Blue) = 170+38+106=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA266A is #55D995. Grayscale: #555555. Windows color (decimal): -5626262 or 6956714. OLE color: 6956714.
HSL color Cylindrical-coordinate representation of color #AA266A: hue angle of 329.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA266A is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 106 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.33 |
| HSL | 329.09º | 0.63% | 0.41% | - |
| HSV(B) | 329.09º | 0.78% | 0.67% | - |
| XYZ | 19.87 | 10.97 | 14.71 | - |
| YUV | 85.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 106 | 0 | 0.78 | 0.38 | 0.33 | 329.09 | 0.63 | 0.41 |
| Hex | AA | 26 | 6A | 0 | 4E | 26 | 21 | 149 | 3F | 29 |
| Octal | 252 | 46 | 152 | 0 | 116 | 46 | 41 | 511 | 77 | 51 |
| Binary | 10101010 | 100110 | 1101010 | 0 | 1001110 | 100110 | 100001 | 101001001 | 111111 | 101001 |
Color Harmonies of #AA266A
Complementary color
Monochromatic Colors of #AA266A
Black with #AA266A
Text Example
Text Example
White with #AA266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA266A; }
p { color: rgb(170,38,106); }
H1.HeaderClassName
{
color: #AA266A;
}
.AnyTagClassName
{
color: #AA266A;
}
</style>
background-color css
<style>
a { background-color: #AA266A; }
a { background-color: rgb(170,38,106); }
div.DivClassName
{
background-color: #AA266A;
}
.BgClassName
{
background-color: #AA266A;
}
</style>
border-color css
<style>
span { border-color: #AA266A; }
span { border-color: rgb(170,38,106); }
td.TdClassName
{
border-color: #AA266A;
}
.TagClassName
{
border-color: #AA266A;
}
</style>