Shades of Jazzberry Jam #AC0F4B
Tints of Jazzberry Jam #AC0F4B
RGB
CMYK
RGB Variations
Color information
#AC0F4B (or 0xAC0F4B) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 4B. RGB value is (172,15,75). Sum of RGB (Red+Green+Blue) = 172+15+75=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F4B is #53F0B4. Grayscale: #444444. Windows color (decimal): -5501109 or 4919212. OLE color: 4919212.
HSL color Cylindrical-coordinate representation of color #AC0F4B: hue angle of 337.07º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F4B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 75 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.33 |
| HSL | 337.07º | 0.84% | 0.37% | - |
| HSV(B) | 337.07º | 0.91% | 0.67% | - |
| XYZ | 18.45 | 9.62 | 7.54 | - |
| YUV | 68.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 75 | 0 | 0.91 | 0.56 | 0.33 | 337.07 | 0.84 | 0.37 |
| Hex | AC | F | 4B | 0 | 5B | 38 | 21 | 151 | 54 | 25 |
| Octal | 254 | 17 | 113 | 0 | 133 | 70 | 41 | 521 | 124 | 45 |
| Binary | 10101100 | 1111 | 1001011 | 0 | 1011011 | 111000 | 100001 | 101010001 | 1010100 | 100101 |
Color Harmonies of #AC0F4B
Complementary color
Monochromatic Colors of #AC0F4B
Black with #AC0F4B
Text Example
Text Example
White with #AC0F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F4B; }
p { color: rgb(172,15,75); }
H1.HeaderClassName
{
color: #AC0F4B;
}
.AnyTagClassName
{
color: #AC0F4B;
}
</style>
background-color css
<style>
a { background-color: #AC0F4B; }
a { background-color: rgb(172,15,75); }
div.DivClassName
{
background-color: #AC0F4B;
}
.BgClassName
{
background-color: #AC0F4B;
}
</style>
border-color css
<style>
span { border-color: #AC0F4B; }
span { border-color: rgb(172,15,75); }
td.TdClassName
{
border-color: #AC0F4B;
}
.TagClassName
{
border-color: #AC0F4B;
}
</style>