Shades of Jazzberry Jam #AA035C
Tints of Jazzberry Jam #AA035C
RGB
CMYK
RGB Variations
Color information
#AA035C (or 0xAA035C) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 5C. RGB value is (170,3,92). Sum of RGB (Red+Green+Blue) = 170+3+92=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA035C is #55FCA3. Grayscale: #3E3E3E. Windows color (decimal): -5635236 or 6030250. OLE color: 6030250.
HSL color Cylindrical-coordinate representation of color #AA035C: hue angle of 328.02º degrees, saturation: 0.97, 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 #AA035C is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.33 |
| HSL | 328.02º | 0.97% | 0.34% | - |
| HSV(B) | 328.02º | 0.98% | 0.67% | - |
| XYZ | 18.54 | 9.38 | 10.96 | - |
| YUV | 63.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 92 | 0 | 0.98 | 0.46 | 0.33 | 328.02 | 0.97 | 0.34 |
| Hex | AA | 3 | 5C | 0 | 62 | 2E | 21 | 148 | 61 | 22 |
| Octal | 252 | 3 | 134 | 0 | 142 | 56 | 41 | 510 | 141 | 42 |
| Binary | 10101010 | 11 | 1011100 | 0 | 1100010 | 101110 | 100001 | 101001000 | 1100001 | 100010 |
Color Harmonies of #AA035C
Complementary color
Monochromatic Colors of #AA035C
Black with #AA035C
Text Example
Text Example
White with #AA035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA035C; }
p { color: rgb(170,3,92); }
H1.HeaderClassName
{
color: #AA035C;
}
.AnyTagClassName
{
color: #AA035C;
}
</style>
background-color css
<style>
a { background-color: #AA035C; }
a { background-color: rgb(170,3,92); }
div.DivClassName
{
background-color: #AA035C;
}
.BgClassName
{
background-color: #AA035C;
}
</style>
border-color css
<style>
span { border-color: #AA035C; }
span { border-color: rgb(170,3,92); }
td.TdClassName
{
border-color: #AA035C;
}
.TagClassName
{
border-color: #AA035C;
}
</style>