Shades of Jazzberry Jam #AC026C
Tints of Jazzberry Jam #AC026C
RGB
CMYK
RGB Variations
Color information
#AC026C (or 0xAC026C) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 6C. RGB value is (172,2,108). Sum of RGB (Red+Green+Blue) = 172+2+108=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC026C is #53FD93. Grayscale: #404040. Windows color (decimal): -5504404 or 7078572. OLE color: 7078572.
HSL color Cylindrical-coordinate representation of color #AC026C: hue angle of 322.59º degrees, saturation: 0.98, 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 #AC026C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.33 |
| HSL | 322.59º | 0.98% | 0.34% | - |
| HSV(B) | 322.59º | 0.99% | 0.67% | - |
| XYZ | 19.74 | 9.9 | 15.06 | - |
| YUV | 64.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 108 | 0 | 0.99 | 0.37 | 0.33 | 322.59 | 0.98 | 0.34 |
| Hex | AC | 2 | 6C | 0 | 63 | 25 | 21 | 143 | 62 | 22 |
| Octal | 254 | 2 | 154 | 0 | 143 | 45 | 41 | 503 | 142 | 42 |
| Binary | 10101100 | 10 | 1101100 | 0 | 1100011 | 100101 | 100001 | 101000011 | 1100010 | 100010 |
Color Harmonies of #AC026C
Complementary color
Monochromatic Colors of #AC026C
Black with #AC026C
Text Example
Text Example
White with #AC026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC026C; }
p { color: rgb(172,2,108); }
H1.HeaderClassName
{
color: #AC026C;
}
.AnyTagClassName
{
color: #AC026C;
}
</style>
background-color css
<style>
a { background-color: #AC026C; }
a { background-color: rgb(172,2,108); }
div.DivClassName
{
background-color: #AC026C;
}
.BgClassName
{
background-color: #AC026C;
}
</style>
border-color css
<style>
span { border-color: #AC026C; }
span { border-color: rgb(172,2,108); }
td.TdClassName
{
border-color: #AC026C;
}
.TagClassName
{
border-color: #AC026C;
}
</style>