Shades of Jazzberry Jam #AC065A
Tints of Jazzberry Jam #AC065A
RGB
CMYK
RGB Variations
Color information
#AC065A (or 0xAC065A) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 5A. RGB value is (172,6,90). Sum of RGB (Red+Green+Blue) = 172+6+90=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC065A is #53F9A5. Grayscale: #414141. Windows color (decimal): -5503398 or 5899948. OLE color: 5899948.
HSL color Cylindrical-coordinate representation of color #AC065A: hue angle of 329.64º 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 #AC065A is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 90 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.33 |
| HSL | 329.64º | 0.93% | 0.35% | - |
| HSV(B) | 329.64º | 0.97% | 0.67% | - |
| XYZ | 18.92 | 9.64 | 10.54 | - |
| YUV | 65.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 90 | 0 | 0.97 | 0.48 | 0.33 | 329.64 | 0.93 | 0.35 |
| Hex | AC | 6 | 5A | 0 | 61 | 30 | 21 | 14A | 5D | 23 |
| Octal | 254 | 6 | 132 | 0 | 141 | 60 | 41 | 512 | 135 | 43 |
| Binary | 10101100 | 110 | 1011010 | 0 | 1100001 | 110000 | 100001 | 101001010 | 1011101 | 100011 |
Color Harmonies of #AC065A
Complementary color
Monochromatic Colors of #AC065A
Black with #AC065A
Text Example
Text Example
White with #AC065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC065A; }
p { color: rgb(172,6,90); }
H1.HeaderClassName
{
color: #AC065A;
}
.AnyTagClassName
{
color: #AC065A;
}
</style>
background-color css
<style>
a { background-color: #AC065A; }
a { background-color: rgb(172,6,90); }
div.DivClassName
{
background-color: #AC065A;
}
.BgClassName
{
background-color: #AC065A;
}
</style>
border-color css
<style>
span { border-color: #AC065A; }
span { border-color: rgb(172,6,90); }
td.TdClassName
{
border-color: #AC065A;
}
.TagClassName
{
border-color: #AC065A;
}
</style>