Shades of Jazzberry Jam #AC0F69
Tints of Jazzberry Jam #AC0F69
RGB
CMYK
RGB Variations
Color information
#AC0F69 (or 0xAC0F69) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 69. RGB value is (172,15,105). Sum of RGB (Red+Green+Blue) = 172+15+105=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F69 is #53F096. Grayscale: #484848. Windows color (decimal): -5501079 or 6885292. OLE color: 6885292.
HSL color Cylindrical-coordinate representation of color #AC0F69: hue angle of 325.61º 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 #AC0F69 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 105 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.33 |
| HSL | 325.61º | 0.84% | 0.37% | - |
| HSV(B) | 325.61º | 0.91% | 0.67% | - |
| XYZ | 19.73 | 10.13 | 14.28 | - |
| YUV | 72.2 | 146.51 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 105 | 0 | 0.91 | 0.39 | 0.33 | 325.61 | 0.84 | 0.37 |
| Hex | AC | F | 69 | 0 | 5B | 27 | 21 | 146 | 54 | 25 |
| Octal | 254 | 17 | 151 | 0 | 133 | 47 | 41 | 506 | 124 | 45 |
| Binary | 10101100 | 1111 | 1101001 | 0 | 1011011 | 100111 | 100001 | 101000110 | 1010100 | 100101 |
Color Harmonies of #AC0F69
Complementary color
Monochromatic Colors of #AC0F69
Black with #AC0F69
Text Example
Text Example
White with #AC0F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F69; }
p { color: rgb(172,15,105); }
H1.HeaderClassName
{
color: #AC0F69;
}
.AnyTagClassName
{
color: #AC0F69;
}
</style>
background-color css
<style>
a { background-color: #AC0F69; }
a { background-color: rgb(172,15,105); }
div.DivClassName
{
background-color: #AC0F69;
}
.BgClassName
{
background-color: #AC0F69;
}
</style>
border-color css
<style>
span { border-color: #AC0F69; }
span { border-color: rgb(172,15,105); }
td.TdClassName
{
border-color: #AC0F69;
}
.TagClassName
{
border-color: #AC0F69;
}
</style>