Shades of Jazzberry Jam #AC044B
Tints of Jazzberry Jam #AC044B
RGB
CMYK
RGB Variations
Color information
#AC044B (or 0xAC044B) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 4B. RGB value is (172,4,75). Sum of RGB (Red+Green+Blue) = 172+4+75=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC044B is #53FBB4. Grayscale: #3E3E3E. Windows color (decimal): -5503925 or 4916396. OLE color: 4916396.
HSL color Cylindrical-coordinate representation of color #AC044B: hue angle of 334.64º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC044B is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.33 |
| HSL | 334.64º | 0.95% | 0.35% | - |
| HSV(B) | 334.64º | 0.98% | 0.67% | - |
| XYZ | 18.33 | 9.37 | 7.5 | - |
| YUV | 62.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 75 | 0 | 0.98 | 0.56 | 0.33 | 334.64 | 0.95 | 0.35 |
| Hex | AC | 4 | 4B | 0 | 62 | 38 | 21 | 14F | 5F | 23 |
| Octal | 254 | 4 | 113 | 0 | 142 | 70 | 41 | 517 | 137 | 43 |
| Binary | 10101100 | 100 | 1001011 | 0 | 1100010 | 111000 | 100001 | 101001111 | 1011111 | 100011 |
Color Harmonies of #AC044B
Complementary color
Monochromatic Colors of #AC044B
Black with #AC044B
Text Example
Text Example
White with #AC044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC044B; }
p { color: rgb(172,4,75); }
H1.HeaderClassName
{
color: #AC044B;
}
.AnyTagClassName
{
color: #AC044B;
}
</style>
background-color css
<style>
a { background-color: #AC044B; }
a { background-color: rgb(172,4,75); }
div.DivClassName
{
background-color: #AC044B;
}
.BgClassName
{
background-color: #AC044B;
}
</style>
border-color css
<style>
span { border-color: #AC044B; }
span { border-color: rgb(172,4,75); }
td.TdClassName
{
border-color: #AC044B;
}
.TagClassName
{
border-color: #AC044B;
}
</style>