Shades of Jazzberry Jam #AA075C
Tints of Jazzberry Jam #AA075C
RGB
CMYK
RGB Variations
Color information
#AA075C (or 0xAA075C) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 5C. RGB value is (170,7,92). Sum of RGB (Red+Green+Blue) = 170+7+92=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA075C is #55F8A3. Grayscale: #414141. Windows color (decimal): -5634212 or 6031274. OLE color: 6031274.
HSL color Cylindrical-coordinate representation of color #AA075C: hue angle of 328.71º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA075C is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 92 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.33 |
| HSL | 328.71º | 0.92% | 0.35% | - |
| HSV(B) | 328.71º | 0.96% | 0.67% | - |
| XYZ | 18.59 | 9.47 | 10.97 | - |
| YUV | 65.43 | 143 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 92 | 0 | 0.96 | 0.46 | 0.33 | 328.71 | 0.92 | 0.35 |
| Hex | AA | 7 | 5C | 0 | 60 | 2E | 21 | 149 | 5C | 23 |
| Octal | 252 | 7 | 134 | 0 | 140 | 56 | 41 | 511 | 134 | 43 |
| Binary | 10101010 | 111 | 1011100 | 0 | 1100000 | 101110 | 100001 | 101001001 | 1011100 | 100011 |
Color Harmonies of #AA075C
Complementary color
Monochromatic Colors of #AA075C
Black with #AA075C
Text Example
Text Example
White with #AA075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA075C; }
p { color: rgb(170,7,92); }
H1.HeaderClassName
{
color: #AA075C;
}
.AnyTagClassName
{
color: #AA075C;
}
</style>
background-color css
<style>
a { background-color: #AA075C; }
a { background-color: rgb(170,7,92); }
div.DivClassName
{
background-color: #AA075C;
}
.BgClassName
{
background-color: #AA075C;
}
</style>
border-color css
<style>
span { border-color: #AA075C; }
span { border-color: rgb(170,7,92); }
td.TdClassName
{
border-color: #AA075C;
}
.TagClassName
{
border-color: #AA075C;
}
</style>