Shades of Jazzberry Jam #AC045C
Tints of Jazzberry Jam #AC045C
RGB
CMYK
RGB Variations
Color information
#AC045C (or 0xAC045C) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 5C. RGB value is (172,4,92). Sum of RGB (Red+Green+Blue) = 172+4+92=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC045C is #53FBA3. Grayscale: #404040. Windows color (decimal): -5503908 or 6030508. OLE color: 6030508.
HSL color Cylindrical-coordinate representation of color #AC045C: hue angle of 328.57º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC045C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.33 |
| HSL | 328.57º | 0.95% | 0.35% | - |
| HSV(B) | 328.57º | 0.98% | 0.67% | - |
| XYZ | 18.99 | 9.63 | 10.98 | - |
| YUV | 64.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 92 | 0 | 0.98 | 0.47 | 0.33 | 328.57 | 0.95 | 0.35 |
| Hex | AC | 4 | 5C | 0 | 62 | 2F | 21 | 149 | 5F | 23 |
| Octal | 254 | 4 | 134 | 0 | 142 | 57 | 41 | 511 | 137 | 43 |
| Binary | 10101100 | 100 | 1011100 | 0 | 1100010 | 101111 | 100001 | 101001001 | 1011111 | 100011 |
Color Harmonies of #AC045C
Complementary color
Monochromatic Colors of #AC045C
Black with #AC045C
Text Example
Text Example
White with #AC045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC045C; }
p { color: rgb(172,4,92); }
H1.HeaderClassName
{
color: #AC045C;
}
.AnyTagClassName
{
color: #AC045C;
}
</style>
background-color css
<style>
a { background-color: #AC045C; }
a { background-color: rgb(172,4,92); }
div.DivClassName
{
background-color: #AC045C;
}
.BgClassName
{
background-color: #AC045C;
}
</style>
border-color css
<style>
span { border-color: #AC045C; }
span { border-color: rgb(172,4,92); }
td.TdClassName
{
border-color: #AC045C;
}
.TagClassName
{
border-color: #AC045C;
}
</style>