Shades of Jazzberry Jam #AC035A
Tints of Jazzberry Jam #AC035A
RGB
CMYK
RGB Variations
Color information
#AC035A (or 0xAC035A) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 5A. RGB value is (172,3,90). Sum of RGB (Red+Green+Blue) = 172+3+90=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC035A is #53FCA5. Grayscale: #3F3F3F. Windows color (decimal): -5504166 or 5899180. OLE color: 5899180.
HSL color Cylindrical-coordinate representation of color #AC035A: hue angle of 329.11º 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 #AC035A is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 90 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.33 |
| HSL | 329.11º | 0.97% | 0.34% | - |
| HSV(B) | 329.11º | 0.98% | 0.67% | - |
| XYZ | 18.89 | 9.57 | 10.53 | - |
| YUV | 63.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 90 | 0 | 0.98 | 0.48 | 0.33 | 329.11 | 0.97 | 0.34 |
| Hex | AC | 3 | 5A | 0 | 62 | 30 | 21 | 149 | 61 | 22 |
| Octal | 254 | 3 | 132 | 0 | 142 | 60 | 41 | 511 | 141 | 42 |
| Binary | 10101100 | 11 | 1011010 | 0 | 1100010 | 110000 | 100001 | 101001001 | 1100001 | 100010 |
Color Harmonies of #AC035A
Complementary color
Monochromatic Colors of #AC035A
Black with #AC035A
Text Example
Text Example
White with #AC035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC035A; }
p { color: rgb(172,3,90); }
H1.HeaderClassName
{
color: #AC035A;
}
.AnyTagClassName
{
color: #AC035A;
}
</style>
background-color css
<style>
a { background-color: #AC035A; }
a { background-color: rgb(172,3,90); }
div.DivClassName
{
background-color: #AC035A;
}
.BgClassName
{
background-color: #AC035A;
}
</style>
border-color css
<style>
span { border-color: #AC035A; }
span { border-color: rgb(172,3,90); }
td.TdClassName
{
border-color: #AC035A;
}
.TagClassName
{
border-color: #AC035A;
}
</style>