Shades of East Side #AC93C5
Tints of East Side #AC93C5
RGB
CMYK
RGB Variations
Color information
#AC93C5 (or 0xAC93C5) is known color: East Side. HEX triplet: AC, 93 and C5. RGB value is (172,147,197). Sum of RGB (Red+Green+Blue) = 172+147+197=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC93C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93C5 is #536C3A. Grayscale: #A0A0A0. Windows color (decimal): -5467195 or 12948396. OLE color: 12948396.
HSL color Cylindrical-coordinate representation of color #AC93C5: hue angle of 270º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC93C5 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 147 | 197 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.23 |
| HSL | 270º | 0.3% | 0.67% | - |
| HSV(B) | 270º | 0.25% | 0.77% | - |
| XYZ | 37.53 | 33.67 | 57.34 | - |
| YUV | 160.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 197 | 0.13 | 0.25 | 0 | 0.23 | 270 | 0.3 | 0.67 |
| Hex | AC | 93 | C5 | D | 19 | 0 | 17 | 10E | 1E | 43 |
| Octal | 254 | 223 | 305 | 15 | 31 | 0 | 27 | 416 | 36 | 103 |
| Binary | 10101100 | 10010011 | 11000101 | 1101 | 11001 | 0 | 10111 | 100001110 | 11110 | 1000011 |
Color Harmonies of #AC93C5
Complementary color
Monochromatic Colors of #AC93C5
Black with #AC93C5
Text Example
Text Example
White with #AC93C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93C5; }
p { color: rgb(172,147,197); }
H1.HeaderClassName
{
color: #AC93C5;
}
.AnyTagClassName
{
color: #AC93C5;
}
</style>
background-color css
<style>
a { background-color: #AC93C5; }
a { background-color: rgb(172,147,197); }
div.DivClassName
{
background-color: #AC93C5;
}
.BgClassName
{
background-color: #AC93C5;
}
</style>
border-color css
<style>
span { border-color: #AC93C5; }
span { border-color: rgb(172,147,197); }
td.TdClassName
{
border-color: #AC93C5;
}
.TagClassName
{
border-color: #AC93C5;
}
</style>