Shades of Jazzberry Jam #AC0369
Tints of Jazzberry Jam #AC0369
RGB
CMYK
RGB Variations
Color information
#AC0369 (or 0xAC0369) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 69. RGB value is (172,3,105). Sum of RGB (Red+Green+Blue) = 172+3+105=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0369 is #53FC96. Grayscale: #404040. Windows color (decimal): -5504151 or 6882220. OLE color: 6882220.
HSL color Cylindrical-coordinate representation of color #AC0369: hue angle of 323.79º 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 #AC0369 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.33 |
| HSL | 323.79º | 0.97% | 0.34% | - |
| HSV(B) | 323.79º | 0.98% | 0.67% | - |
| XYZ | 19.6 | 9.86 | 14.23 | - |
| YUV | 65.16 | 150.49 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 105 | 0 | 0.98 | 0.39 | 0.33 | 323.79 | 0.97 | 0.34 |
| Hex | AC | 3 | 69 | 0 | 62 | 27 | 21 | 144 | 61 | 22 |
| Octal | 254 | 3 | 151 | 0 | 142 | 47 | 41 | 504 | 141 | 42 |
| Binary | 10101100 | 11 | 1101001 | 0 | 1100010 | 100111 | 100001 | 101000100 | 1100001 | 100010 |
Color Harmonies of #AC0369
Complementary color
Monochromatic Colors of #AC0369
Black with #AC0369
Text Example
Text Example
White with #AC0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0369; }
p { color: rgb(172,3,105); }
H1.HeaderClassName
{
color: #AC0369;
}
.AnyTagClassName
{
color: #AC0369;
}
</style>
background-color css
<style>
a { background-color: #AC0369; }
a { background-color: rgb(172,3,105); }
div.DivClassName
{
background-color: #AC0369;
}
.BgClassName
{
background-color: #AC0369;
}
</style>
border-color css
<style>
span { border-color: #AC0369; }
span { border-color: rgb(172,3,105); }
td.TdClassName
{
border-color: #AC0369;
}
.TagClassName
{
border-color: #AC0369;
}
</style>