Shades of Jazzberry Jam #AA045F
Tints of Jazzberry Jam #AA045F
RGB
CMYK
RGB Variations
Color information
#AA045F (or 0xAA045F) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 5F. RGB value is (170,4,95). Sum of RGB (Red+Green+Blue) = 170+4+95=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA045F is #55FBA0. Grayscale: #3F3F3F. Windows color (decimal): -5634977 or 6227114. OLE color: 6227114.
HSL color Cylindrical-coordinate representation of color #AA045F: hue angle of 327.11º 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 #AA045F is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 95 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.33 |
| HSL | 327.11º | 0.95% | 0.34% | - |
| HSV(B) | 327.11º | 0.98% | 0.67% | - |
| XYZ | 18.69 | 9.46 | 11.67 | - |
| YUV | 64.01 | 145.5 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 95 | 0 | 0.98 | 0.44 | 0.33 | 327.11 | 0.95 | 0.34 |
| Hex | AA | 4 | 5F | 0 | 62 | 2C | 21 | 147 | 5F | 22 |
| Octal | 252 | 4 | 137 | 0 | 142 | 54 | 41 | 507 | 137 | 42 |
| Binary | 10101010 | 100 | 1011111 | 0 | 1100010 | 101100 | 100001 | 101000111 | 1011111 | 100010 |
Color Harmonies of #AA045F
Complementary color
Monochromatic Colors of #AA045F
Black with #AA045F
Text Example
Text Example
White with #AA045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA045F; }
p { color: rgb(170,4,95); }
H1.HeaderClassName
{
color: #AA045F;
}
.AnyTagClassName
{
color: #AA045F;
}
</style>
background-color css
<style>
a { background-color: #AA045F; }
a { background-color: rgb(170,4,95); }
div.DivClassName
{
background-color: #AA045F;
}
.BgClassName
{
background-color: #AA045F;
}
</style>
border-color css
<style>
span { border-color: #AA045F; }
span { border-color: rgb(170,4,95); }
td.TdClassName
{
border-color: #AA045F;
}
.TagClassName
{
border-color: #AA045F;
}
</style>