Shades of Jazzberry Jam #AC0069
Tints of Jazzberry Jam #AC0069
RGB
CMYK
RGB Variations
Color information
#AC0069 (or 0xAC0069) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 69. RGB value is (172,0,105). Sum of RGB (Red+Green+Blue) = 172+0+105=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0069 is #53FF96. Grayscale: #3F3F3F. Windows color (decimal): -5504919 or 6881452. OLE color: 6881452.
HSL color Cylindrical-coordinate representation of color #AC0069: hue angle of 323.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0069 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.39 | 0.33 |
| HSL | 323.37º | 1% | 0.34% | - |
| HSV(B) | 323.37º | 1% | 0.67% | - |
| XYZ | 19.56 | 9.79 | 14.22 | - |
| YUV | 63.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 105 | 0 | 1 | 0.39 | 0.33 | 323.37 | 1 | 0.34 |
| Hex | AC | 0 | 69 | 0 | 64 | 27 | 21 | 143 | 64 | 22 |
| Octal | 254 | 0 | 151 | 0 | 144 | 47 | 41 | 503 | 144 | 42 |
| Binary | 10101100 | 0 | 1101001 | 0 | 1100100 | 100111 | 100001 | 101000011 | 1100100 | 100010 |
Color Harmonies of #AC0069
Complementary color
Monochromatic Colors of #AC0069
Black with #AC0069
Text Example
Text Example
White with #AC0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0069; }
p { color: rgb(172,0,105); }
H1.HeaderClassName
{
color: #AC0069;
}
.AnyTagClassName
{
color: #AC0069;
}
</style>
background-color css
<style>
a { background-color: #AC0069; }
a { background-color: rgb(172,0,105); }
div.DivClassName
{
background-color: #AC0069;
}
.BgClassName
{
background-color: #AC0069;
}
</style>
border-color css
<style>
span { border-color: #AC0069; }
span { border-color: rgb(172,0,105); }
td.TdClassName
{
border-color: #AC0069;
}
.TagClassName
{
border-color: #AC0069;
}
</style>