Shades of Jazzberry Jam #AC066B
Tints of Jazzberry Jam #AC066B
RGB
CMYK
RGB Variations
Color information
#AC066B (or 0xAC066B) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 6B. RGB value is (172,6,107). Sum of RGB (Red+Green+Blue) = 172+6+107=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC066B is #53F994. Grayscale: #424242. Windows color (decimal): -5503381 or 7014060. OLE color: 7014060.
HSL color Cylindrical-coordinate representation of color #AC066B: hue angle of 323.49º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC066B is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.33 |
| HSL | 323.49º | 0.93% | 0.35% | - |
| HSV(B) | 323.49º | 0.97% | 0.67% | - |
| XYZ | 19.73 | 9.96 | 14.79 | - |
| YUV | 67.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 107 | 0 | 0.97 | 0.38 | 0.33 | 323.49 | 0.93 | 0.35 |
| Hex | AC | 6 | 6B | 0 | 61 | 26 | 21 | 143 | 5D | 23 |
| Octal | 254 | 6 | 153 | 0 | 141 | 46 | 41 | 503 | 135 | 43 |
| Binary | 10101100 | 110 | 1101011 | 0 | 1100001 | 100110 | 100001 | 101000011 | 1011101 | 100011 |
Color Harmonies of #AC066B
Complementary color
Monochromatic Colors of #AC066B
Black with #AC066B
Text Example
Text Example
White with #AC066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC066B; }
p { color: rgb(172,6,107); }
H1.HeaderClassName
{
color: #AC066B;
}
.AnyTagClassName
{
color: #AC066B;
}
</style>
background-color css
<style>
a { background-color: #AC066B; }
a { background-color: rgb(172,6,107); }
div.DivClassName
{
background-color: #AC066B;
}
.BgClassName
{
background-color: #AC066B;
}
</style>
border-color css
<style>
span { border-color: #AC066B; }
span { border-color: rgb(172,6,107); }
td.TdClassName
{
border-color: #AC066B;
}
.TagClassName
{
border-color: #AC066B;
}
</style>