Shades of Jazzberry Jam #AC0153
Tints of Jazzberry Jam #AC0153
RGB
CMYK
RGB Variations
Color information
#AC0153 (or 0xAC0153) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 53. RGB value is (172,1,83). Sum of RGB (Red+Green+Blue) = 172+1+83=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0153 is #53FEAC. Grayscale: #3D3D3D. Windows color (decimal): -5504685 or 5439916. OLE color: 5439916.
HSL color Cylindrical-coordinate representation of color #AC0153: hue angle of 331.23º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0153 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.33 |
| HSL | 331.23º | 0.99% | 0.34% | - |
| HSV(B) | 331.23º | 0.99% | 0.67% | - |
| XYZ | 18.59 | 9.42 | 9.02 | - |
| YUV | 61.48 | 140.15 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 83 | 0 | 0.99 | 0.52 | 0.33 | 331.23 | 0.99 | 0.34 |
| Hex | AC | 1 | 53 | 0 | 63 | 34 | 21 | 14B | 63 | 22 |
| Octal | 254 | 1 | 123 | 0 | 143 | 64 | 41 | 513 | 143 | 42 |
| Binary | 10101100 | 1 | 1010011 | 0 | 1100011 | 110100 | 100001 | 101001011 | 1100011 | 100010 |
Color Harmonies of #AC0153
Complementary color
Monochromatic Colors of #AC0153
Black with #AC0153
Text Example
Text Example
White with #AC0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0153; }
p { color: rgb(172,1,83); }
H1.HeaderClassName
{
color: #AC0153;
}
.AnyTagClassName
{
color: #AC0153;
}
</style>
background-color css
<style>
a { background-color: #AC0153; }
a { background-color: rgb(172,1,83); }
div.DivClassName
{
background-color: #AC0153;
}
.BgClassName
{
background-color: #AC0153;
}
</style>
border-color css
<style>
span { border-color: #AC0153; }
span { border-color: rgb(172,1,83); }
td.TdClassName
{
border-color: #AC0153;
}
.TagClassName
{
border-color: #AC0153;
}
</style>