Shades of Jazzberry Jam #AA256C
Tints of Jazzberry Jam #AA256C
RGB
CMYK
RGB Variations
Color information
#AA256C (or 0xAA256C) is known color: Jazzberry Jam. HEX triplet: AA, 25 and 6C. RGB value is (170,37,108). Sum of RGB (Red+Green+Blue) = 170+37+108=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA256C is #55DA93. Grayscale: #545454. Windows color (decimal): -5626516 or 7087530. OLE color: 7087530.
HSL color Cylindrical-coordinate representation of color #AA256C: hue angle of 327.97º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA256C is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 108 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.33 |
| HSL | 327.97º | 0.64% | 0.41% | - |
| HSV(B) | 327.97º | 0.78% | 0.67% | - |
| XYZ | 19.95 | 10.95 | 15.25 | - |
| YUV | 84.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 108 | 0 | 0.78 | 0.36 | 0.33 | 327.97 | 0.64 | 0.41 |
| Hex | AA | 25 | 6C | 0 | 4E | 24 | 21 | 148 | 40 | 29 |
| Octal | 252 | 45 | 154 | 0 | 116 | 44 | 41 | 510 | 100 | 51 |
| Binary | 10101010 | 100101 | 1101100 | 0 | 1001110 | 100100 | 100001 | 101001000 | 1000000 | 101001 |
Color Harmonies of #AA256C
Complementary color
Monochromatic Colors of #AA256C
Black with #AA256C
Text Example
Text Example
White with #AA256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA256C; }
p { color: rgb(170,37,108); }
H1.HeaderClassName
{
color: #AA256C;
}
.AnyTagClassName
{
color: #AA256C;
}
</style>
background-color css
<style>
a { background-color: #AA256C; }
a { background-color: rgb(170,37,108); }
div.DivClassName
{
background-color: #AA256C;
}
.BgClassName
{
background-color: #AA256C;
}
</style>
border-color css
<style>
span { border-color: #AA256C; }
span { border-color: rgb(170,37,108); }
td.TdClassName
{
border-color: #AA256C;
}
.TagClassName
{
border-color: #AA256C;
}
</style>