Shades of Jazzberry Jam #AA045A
Tints of Jazzberry Jam #AA045A
RGB
CMYK
RGB Variations
Color information
#AA045A (or 0xAA045A) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 5A. RGB value is (170,4,90). Sum of RGB (Red+Green+Blue) = 170+4+90=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA045A is #55FBA5. Grayscale: #3F3F3F. Windows color (decimal): -5634982 or 5899434. OLE color: 5899434.
HSL color Cylindrical-coordinate representation of color #AA045A: hue angle of 328.92º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA045A is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.33 |
| HSL | 328.92º | 0.95% | 0.34% | - |
| HSV(B) | 328.92º | 0.98% | 0.67% | - |
| XYZ | 18.47 | 9.37 | 10.51 | - |
| YUV | 63.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 90 | 0 | 0.98 | 0.47 | 0.33 | 328.92 | 0.95 | 0.34 |
| Hex | AA | 4 | 5A | 0 | 62 | 2F | 21 | 149 | 5F | 22 |
| Octal | 252 | 4 | 132 | 0 | 142 | 57 | 41 | 511 | 137 | 42 |
| Binary | 10101010 | 100 | 1011010 | 0 | 1100010 | 101111 | 100001 | 101001001 | 1011111 | 100010 |
Color Harmonies of #AA045A
Complementary color
Monochromatic Colors of #AA045A
Black with #AA045A
Text Example
Text Example
White with #AA045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA045A; }
p { color: rgb(170,4,90); }
H1.HeaderClassName
{
color: #AA045A;
}
.AnyTagClassName
{
color: #AA045A;
}
</style>
background-color css
<style>
a { background-color: #AA045A; }
a { background-color: rgb(170,4,90); }
div.DivClassName
{
background-color: #AA045A;
}
.BgClassName
{
background-color: #AA045A;
}
</style>
border-color css
<style>
span { border-color: #AA045A; }
span { border-color: rgb(170,4,90); }
td.TdClassName
{
border-color: #AA045A;
}
.TagClassName
{
border-color: #AA045A;
}
</style>