Shades of Jazzberry Jam #AA045C
Tints of Jazzberry Jam #AA045C
RGB
CMYK
RGB Variations
Color information
#AA045C (or 0xAA045C) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 5C. RGB value is (170,4,92). Sum of RGB (Red+Green+Blue) = 170+4+92=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA045C is #55FBA3. Grayscale: #3F3F3F. Windows color (decimal): -5634980 or 6030506. OLE color: 6030506.
HSL color Cylindrical-coordinate representation of color #AA045C: hue angle of 328.19º 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 #AA045C is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.33 |
| HSL | 328.19º | 0.95% | 0.34% | - |
| HSV(B) | 328.19º | 0.98% | 0.67% | - |
| XYZ | 18.55 | 9.41 | 10.96 | - |
| YUV | 63.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 92 | 0 | 0.98 | 0.46 | 0.33 | 328.19 | 0.95 | 0.34 |
| Hex | AA | 4 | 5C | 0 | 62 | 2E | 21 | 148 | 5F | 22 |
| Octal | 252 | 4 | 134 | 0 | 142 | 56 | 41 | 510 | 137 | 42 |
| Binary | 10101010 | 100 | 1011100 | 0 | 1100010 | 101110 | 100001 | 101001000 | 1011111 | 100010 |
Color Harmonies of #AA045C
Complementary color
Monochromatic Colors of #AA045C
Black with #AA045C
Text Example
Text Example
White with #AA045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA045C; }
p { color: rgb(170,4,92); }
H1.HeaderClassName
{
color: #AA045C;
}
.AnyTagClassName
{
color: #AA045C;
}
</style>
background-color css
<style>
a { background-color: #AA045C; }
a { background-color: rgb(170,4,92); }
div.DivClassName
{
background-color: #AA045C;
}
.BgClassName
{
background-color: #AA045C;
}
</style>
border-color css
<style>
span { border-color: #AA045C; }
span { border-color: rgb(170,4,92); }
td.TdClassName
{
border-color: #AA045C;
}
.TagClassName
{
border-color: #AA045C;
}
</style>