Shades of East Side #AC96C1
Tints of East Side #AC96C1
RGB
CMYK
RGB Variations
Color information
#AC96C1 (or 0xAC96C1) is known color: East Side. HEX triplet: AC, 96 and C1. RGB value is (172,150,193). Sum of RGB (Red+Green+Blue) = 172+150+193=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC96C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96C1 is #53693E. Grayscale: #A1A1A1. Windows color (decimal): -5466431 or 12687020. OLE color: 12687020.
HSL color Cylindrical-coordinate representation of color #AC96C1: hue angle of 270.7º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC96C1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 150 | 193 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.24 |
| HSL | 270.7º | 0.26% | 0.67% | - |
| HSV(B) | 270.7º | 0.22% | 0.76% | - |
| XYZ | 37.55 | 34.43 | 55.12 | - |
| YUV | 161.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 193 | 0.11 | 0.22 | 0 | 0.24 | 270.7 | 0.26 | 0.67 |
| Hex | AC | 96 | C1 | B | 16 | 0 | 18 | 10F | 1A | 43 |
| Octal | 254 | 226 | 301 | 13 | 26 | 0 | 30 | 417 | 32 | 103 |
| Binary | 10101100 | 10010110 | 11000001 | 1011 | 10110 | 0 | 11000 | 100001111 | 11010 | 1000011 |
Color Harmonies of #AC96C1
Complementary color
Monochromatic Colors of #AC96C1
Black with #AC96C1
Text Example
Text Example
White with #AC96C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96C1; }
p { color: rgb(172,150,193); }
H1.HeaderClassName
{
color: #AC96C1;
}
.AnyTagClassName
{
color: #AC96C1;
}
</style>
background-color css
<style>
a { background-color: #AC96C1; }
a { background-color: rgb(172,150,193); }
div.DivClassName
{
background-color: #AC96C1;
}
.BgClassName
{
background-color: #AC96C1;
}
</style>
border-color css
<style>
span { border-color: #AC96C1; }
span { border-color: rgb(172,150,193); }
td.TdClassName
{
border-color: #AC96C1;
}
.TagClassName
{
border-color: #AC96C1;
}
</style>