Shades of Jazzberry Jam #AA236D
Tints of Jazzberry Jam #AA236D
RGB
CMYK
RGB Variations
Color information
#AA236D (or 0xAA236D) is known color: Jazzberry Jam. HEX triplet: AA, 23 and 6D. RGB value is (170,35,109). Sum of RGB (Red+Green+Blue) = 170+35+109=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA236D is #55DC92. Grayscale: #535353. Windows color (decimal): -5627027 or 7152554. OLE color: 7152554.
HSL color Cylindrical-coordinate representation of color #AA236D: hue angle of 327.11º 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 #AA236D is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 109 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.33 |
| HSL | 327.11º | 0.66% | 0.4% | - |
| HSV(B) | 327.11º | 0.79% | 0.67% | - |
| XYZ | 19.94 | 10.85 | 15.51 | - |
| YUV | 83.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 109 | 0 | 0.79 | 0.36 | 0.33 | 327.11 | 0.66 | 0.4 |
| Hex | AA | 23 | 6D | 0 | 4F | 24 | 21 | 147 | 42 | 28 |
| Octal | 252 | 43 | 155 | 0 | 117 | 44 | 41 | 507 | 102 | 50 |
| Binary | 10101010 | 100011 | 1101101 | 0 | 1001111 | 100100 | 100001 | 101000111 | 1000010 | 101000 |
Color Harmonies of #AA236D
Complementary color
Monochromatic Colors of #AA236D
Black with #AA236D
Text Example
Text Example
White with #AA236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA236D; }
p { color: rgb(170,35,109); }
H1.HeaderClassName
{
color: #AA236D;
}
.AnyTagClassName
{
color: #AA236D;
}
</style>
background-color css
<style>
a { background-color: #AA236D; }
a { background-color: rgb(170,35,109); }
div.DivClassName
{
background-color: #AA236D;
}
.BgClassName
{
background-color: #AA236D;
}
</style>
border-color css
<style>
span { border-color: #AA236D; }
span { border-color: rgb(170,35,109); }
td.TdClassName
{
border-color: #AA236D;
}
.TagClassName
{
border-color: #AA236D;
}
</style>