Shades of Jazzberry Jam #AC036A
Tints of Jazzberry Jam #AC036A
RGB
CMYK
RGB Variations
Color information
#AC036A (or 0xAC036A) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 6A. RGB value is (172,3,106). Sum of RGB (Red+Green+Blue) = 172+3+106=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC036A is #53FC95. Grayscale: #414141. Windows color (decimal): -5504150 or 6947756. OLE color: 6947756.
HSL color Cylindrical-coordinate representation of color #AC036A: hue angle of 323.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC036A is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 106 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.33 |
| HSL | 323.43º | 0.97% | 0.34% | - |
| HSV(B) | 323.43º | 0.98% | 0.67% | - |
| XYZ | 19.65 | 9.88 | 14.51 | - |
| YUV | 65.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 106 | 0 | 0.98 | 0.38 | 0.33 | 323.43 | 0.97 | 0.34 |
| Hex | AC | 3 | 6A | 0 | 62 | 26 | 21 | 143 | 61 | 22 |
| Octal | 254 | 3 | 152 | 0 | 142 | 46 | 41 | 503 | 141 | 42 |
| Binary | 10101100 | 11 | 1101010 | 0 | 1100010 | 100110 | 100001 | 101000011 | 1100001 | 100010 |
Color Harmonies of #AC036A
Complementary color
Monochromatic Colors of #AC036A
Black with #AC036A
Text Example
Text Example
White with #AC036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC036A; }
p { color: rgb(172,3,106); }
H1.HeaderClassName
{
color: #AC036A;
}
.AnyTagClassName
{
color: #AC036A;
}
</style>
background-color css
<style>
a { background-color: #AC036A; }
a { background-color: rgb(172,3,106); }
div.DivClassName
{
background-color: #AC036A;
}
.BgClassName
{
background-color: #AC036A;
}
</style>
border-color css
<style>
span { border-color: #AC036A; }
span { border-color: rgb(172,3,106); }
td.TdClassName
{
border-color: #AC036A;
}
.TagClassName
{
border-color: #AC036A;
}
</style>