Shades of East Side #AC94B1
Tints of East Side #AC94B1
RGB
CMYK
RGB Variations
Color information
#AC94B1 (or 0xAC94B1) is known color: East Side. HEX triplet: AC, 94 and B1. RGB value is (172,148,177). Sum of RGB (Red+Green+Blue) = 172+148+177=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC94B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94B1 is #536B4E. Grayscale: #9E9E9E. Windows color (decimal): -5466959 or 11637932. OLE color: 11637932.
HSL color Cylindrical-coordinate representation of color #AC94B1: hue angle of 289.66º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC94B1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 148 | 177 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.31 |
| HSL | 289.66º | 0.16% | 0.64% | - |
| HSV(B) | 289.66º | 0.16% | 0.69% | - |
| XYZ | 35.54 | 33.12 | 46.12 | - |
| YUV | 158.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 177 | 0.03 | 0.16 | 0 | 0.31 | 289.66 | 0.16 | 0.64 |
| Hex | AC | 94 | B1 | 3 | 10 | 0 | 1F | 122 | 10 | 40 |
| Octal | 254 | 224 | 261 | 3 | 20 | 0 | 37 | 442 | 20 | 100 |
| Binary | 10101100 | 10010100 | 10110001 | 11 | 10000 | 0 | 11111 | 100100010 | 10000 | 1000000 |
Color Harmonies of #AC94B1
Complementary color
Monochromatic Colors of #AC94B1
Black with #AC94B1
Text Example
Text Example
White with #AC94B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC94B1; }
p { color: rgb(172,148,177); }
H1.HeaderClassName
{
color: #AC94B1;
}
.AnyTagClassName
{
color: #AC94B1;
}
</style>
background-color css
<style>
a { background-color: #AC94B1; }
a { background-color: rgb(172,148,177); }
div.DivClassName
{
background-color: #AC94B1;
}
.BgClassName
{
background-color: #AC94B1;
}
</style>
border-color css
<style>
span { border-color: #AC94B1; }
span { border-color: rgb(172,148,177); }
td.TdClassName
{
border-color: #AC94B1;
}
.TagClassName
{
border-color: #AC94B1;
}
</style>