Shades of Jazzberry Jam #AA045B
Tints of Jazzberry Jam #AA045B
RGB
CMYK
RGB Variations
Color information
#AA045B (or 0xAA045B) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 5B. RGB value is (170,4,91). Sum of RGB (Red+Green+Blue) = 170+4+91=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA045B is #55FBA4. Grayscale: #3F3F3F. Windows color (decimal): -5634981 or 5964970. OLE color: 5964970.
HSL color Cylindrical-coordinate representation of color #AA045B: hue angle of 328.55º 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 #AA045B is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.33 |
| HSL | 328.55º | 0.95% | 0.34% | - |
| HSV(B) | 328.55º | 0.98% | 0.67% | - |
| XYZ | 18.51 | 9.39 | 10.73 | - |
| YUV | 63.55 | 143.5 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 91 | 0 | 0.98 | 0.46 | 0.33 | 328.55 | 0.95 | 0.34 |
| Hex | AA | 4 | 5B | 0 | 62 | 2E | 21 | 149 | 5F | 22 |
| Octal | 252 | 4 | 133 | 0 | 142 | 56 | 41 | 511 | 137 | 42 |
| Binary | 10101010 | 100 | 1011011 | 0 | 1100010 | 101110 | 100001 | 101001001 | 1011111 | 100010 |
Color Harmonies of #AA045B
Complementary color
Monochromatic Colors of #AA045B
Black with #AA045B
Text Example
Text Example
White with #AA045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA045B; }
p { color: rgb(170,4,91); }
H1.HeaderClassName
{
color: #AA045B;
}
.AnyTagClassName
{
color: #AA045B;
}
</style>
background-color css
<style>
a { background-color: #AA045B; }
a { background-color: rgb(170,4,91); }
div.DivClassName
{
background-color: #AA045B;
}
.BgClassName
{
background-color: #AA045B;
}
</style>
border-color css
<style>
span { border-color: #AA045B; }
span { border-color: rgb(170,4,91); }
td.TdClassName
{
border-color: #AA045B;
}
.TagClassName
{
border-color: #AA045B;
}
</style>