Shades of Jazzberry Jam #AC0465
Tints of Jazzberry Jam #AC0465
RGB
CMYK
RGB Variations
Color information
#AC0465 (or 0xAC0465) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 65. RGB value is (172,4,101). Sum of RGB (Red+Green+Blue) = 172+4+101=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0465 is #53FB9A. Grayscale: #414141. Windows color (decimal): -5503899 or 6620332. OLE color: 6620332.
HSL color Cylindrical-coordinate representation of color #AC0465: hue angle of 325.36º 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 #AC0465 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.33 |
| HSL | 325.36º | 0.95% | 0.35% | - |
| HSV(B) | 325.36º | 0.98% | 0.67% | - |
| XYZ | 19.41 | 9.8 | 13.18 | - |
| YUV | 65.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 101 | 0 | 0.98 | 0.41 | 0.33 | 325.36 | 0.95 | 0.35 |
| Hex | AC | 4 | 65 | 0 | 62 | 29 | 21 | 145 | 5F | 23 |
| Octal | 254 | 4 | 145 | 0 | 142 | 51 | 41 | 505 | 137 | 43 |
| Binary | 10101100 | 100 | 1100101 | 0 | 1100010 | 101001 | 100001 | 101000101 | 1011111 | 100011 |
Color Harmonies of #AC0465
Complementary color
Monochromatic Colors of #AC0465
Black with #AC0465
Text Example
Text Example
White with #AC0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0465; }
p { color: rgb(172,4,101); }
H1.HeaderClassName
{
color: #AC0465;
}
.AnyTagClassName
{
color: #AC0465;
}
</style>
background-color css
<style>
a { background-color: #AC0465; }
a { background-color: rgb(172,4,101); }
div.DivClassName
{
background-color: #AC0465;
}
.BgClassName
{
background-color: #AC0465;
}
</style>
border-color css
<style>
span { border-color: #AC0465; }
span { border-color: rgb(172,4,101); }
td.TdClassName
{
border-color: #AC0465;
}
.TagClassName
{
border-color: #AC0465;
}
</style>