Shades of Jazzberry Jam #AA236E
Tints of Jazzberry Jam #AA236E
RGB
CMYK
RGB Variations
Color information
#AA236E (or 0xAA236E) is known color: Jazzberry Jam. HEX triplet: AA, 23 and 6E. RGB value is (170,35,110). Sum of RGB (Red+Green+Blue) = 170+35+110=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA236E is #55DC91. Grayscale: #535353. Windows color (decimal): -5627026 or 7218090. OLE color: 7218090.
HSL color Cylindrical-coordinate representation of color #AA236E: hue angle of 326.67º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA236E is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 110 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.33 |
| HSL | 326.67º | 0.66% | 0.4% | - |
| HSV(B) | 326.67º | 0.79% | 0.67% | - |
| XYZ | 19.99 | 10.87 | 15.8 | - |
| YUV | 83.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 110 | 0 | 0.79 | 0.35 | 0.33 | 326.67 | 0.66 | 0.4 |
| Hex | AA | 23 | 6E | 0 | 4F | 23 | 21 | 147 | 42 | 28 |
| Octal | 252 | 43 | 156 | 0 | 117 | 43 | 41 | 507 | 102 | 50 |
| Binary | 10101010 | 100011 | 1101110 | 0 | 1001111 | 100011 | 100001 | 101000111 | 1000010 | 101000 |
Color Harmonies of #AA236E
Complementary color
Monochromatic Colors of #AA236E
Black with #AA236E
Text Example
Text Example
White with #AA236E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA236E; }
p { color: rgb(170,35,110); }
H1.HeaderClassName
{
color: #AA236E;
}
.AnyTagClassName
{
color: #AA236E;
}
</style>
background-color css
<style>
a { background-color: #AA236E; }
a { background-color: rgb(170,35,110); }
div.DivClassName
{
background-color: #AA236E;
}
.BgClassName
{
background-color: #AA236E;
}
</style>
border-color css
<style>
span { border-color: #AA236E; }
span { border-color: rgb(170,35,110); }
td.TdClassName
{
border-color: #AA236E;
}
.TagClassName
{
border-color: #AA236E;
}
</style>