Shades of Jazzberry Jam #AC2566
Tints of Jazzberry Jam #AC2566
RGB
CMYK
RGB Variations
Color information
#AC2566 (or 0xAC2566) is known color: Jazzberry Jam. HEX triplet: AC, 25 and 66. RGB value is (172,37,102). Sum of RGB (Red+Green+Blue) = 172+37+102=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2566 is #53DA99. Grayscale: #545454. Windows color (decimal): -5495450 or 6694316. OLE color: 6694316.
HSL color Cylindrical-coordinate representation of color #AC2566: hue angle of 331.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2566 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 102 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.33 |
| HSL | 331.11º | 0.65% | 0.41% | - |
| HSV(B) | 331.11º | 0.78% | 0.67% | - |
| XYZ | 20.07 | 11.05 | 13.65 | - |
| YUV | 84.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 102 | 0 | 0.78 | 0.41 | 0.33 | 331.11 | 0.65 | 0.41 |
| Hex | AC | 25 | 66 | 0 | 4E | 29 | 21 | 14B | 41 | 29 |
| Octal | 254 | 45 | 146 | 0 | 116 | 51 | 41 | 513 | 101 | 51 |
| Binary | 10101100 | 100101 | 1100110 | 0 | 1001110 | 101001 | 100001 | 101001011 | 1000001 | 101001 |
Color Harmonies of #AC2566
Complementary color
Monochromatic Colors of #AC2566
Black with #AC2566
Text Example
Text Example
White with #AC2566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2566; }
p { color: rgb(172,37,102); }
H1.HeaderClassName
{
color: #AC2566;
}
.AnyTagClassName
{
color: #AC2566;
}
</style>
background-color css
<style>
a { background-color: #AC2566; }
a { background-color: rgb(172,37,102); }
div.DivClassName
{
background-color: #AC2566;
}
.BgClassName
{
background-color: #AC2566;
}
</style>
border-color css
<style>
span { border-color: #AC2566; }
span { border-color: rgb(172,37,102); }
td.TdClassName
{
border-color: #AC2566;
}
.TagClassName
{
border-color: #AC2566;
}
</style>