Shades of East Side #AC74BB
Tints of East Side #AC74BB
RGB
CMYK
RGB Variations
Color information
#AC74BB (or 0xAC74BB) is known color: East Side. HEX triplet: AC, 74 and BB. RGB value is (172,116,187). Sum of RGB (Red+Green+Blue) = 172+116+187=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC74BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74BB is #538B44. Grayscale: #8C8C8C. Windows color (decimal): -5475141 or 12285100. OLE color: 12285100.
HSL color Cylindrical-coordinate representation of color #AC74BB: hue angle of 287.32º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC74BB is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 116 | 187 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.27 |
| HSL | 287.32º | 0.34% | 0.59% | - |
| HSV(B) | 287.32º | 0.38% | 0.73% | - |
| XYZ | 32.23 | 24.85 | 50.11 | - |
| YUV | 140.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 187 | 0.08 | 0.38 | 0 | 0.27 | 287.32 | 0.34 | 0.59 |
| Hex | AC | 74 | BB | 8 | 26 | 0 | 1B | 11F | 22 | 3B |
| Octal | 254 | 164 | 273 | 10 | 46 | 0 | 33 | 437 | 42 | 73 |
| Binary | 10101100 | 1110100 | 10111011 | 1000 | 100110 | 0 | 11011 | 100011111 | 100010 | 111011 |
Color Harmonies of #AC74BB
Complementary color
Monochromatic Colors of #AC74BB
Black with #AC74BB
Text Example
Text Example
White with #AC74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC74BB; }
p { color: rgb(172,116,187); }
H1.HeaderClassName
{
color: #AC74BB;
}
.AnyTagClassName
{
color: #AC74BB;
}
</style>
background-color css
<style>
a { background-color: #AC74BB; }
a { background-color: rgb(172,116,187); }
div.DivClassName
{
background-color: #AC74BB;
}
.BgClassName
{
background-color: #AC74BB;
}
</style>
border-color css
<style>
span { border-color: #AC74BB; }
span { border-color: rgb(172,116,187); }
td.TdClassName
{
border-color: #AC74BB;
}
.TagClassName
{
border-color: #AC74BB;
}
</style>