Shades of Jazzberry Jam #AA0843
Tints of Jazzberry Jam #AA0843
RGB
CMYK
RGB Variations
Color information
#AA0843 (or 0xAA0843) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 43. RGB value is (170,8,67). Sum of RGB (Red+Green+Blue) = 170+8+67=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0843 is #55F7BC. Grayscale: #3F3F3F. Windows color (decimal): -5633981 or 4393130. OLE color: 4393130.
HSL color Cylindrical-coordinate representation of color #AA0843: hue angle of 338.15º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0843 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 67 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.33 |
| HSL | 338.15º | 0.91% | 0.35% | - |
| HSV(B) | 338.15º | 0.95% | 0.67% | - |
| XYZ | 17.68 | 9.12 | 6.14 | - |
| YUV | 63.16 | 130.17 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 67 | 0 | 0.95 | 0.61 | 0.33 | 338.15 | 0.91 | 0.35 |
| Hex | AA | 8 | 43 | 0 | 5F | 3D | 21 | 152 | 5B | 23 |
| Octal | 252 | 10 | 103 | 0 | 137 | 75 | 41 | 522 | 133 | 43 |
| Binary | 10101010 | 1000 | 1000011 | 0 | 1011111 | 111101 | 100001 | 101010010 | 1011011 | 100011 |
Color Harmonies of #AA0843
Complementary color
Monochromatic Colors of #AA0843
Black with #AA0843
Text Example
Text Example
White with #AA0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0843; }
p { color: rgb(170,8,67); }
H1.HeaderClassName
{
color: #AA0843;
}
.AnyTagClassName
{
color: #AA0843;
}
</style>
background-color css
<style>
a { background-color: #AA0843; }
a { background-color: rgb(170,8,67); }
div.DivClassName
{
background-color: #AA0843;
}
.BgClassName
{
background-color: #AA0843;
}
</style>
border-color css
<style>
span { border-color: #AA0843; }
span { border-color: rgb(170,8,67); }
td.TdClassName
{
border-color: #AA0843;
}
.TagClassName
{
border-color: #AA0843;
}
</style>