Shades of East Side #AC8CBD
Tints of East Side #AC8CBD
RGB
CMYK
RGB Variations
Color information
#AC8CBD (or 0xAC8CBD) is known color: East Side. HEX triplet: AC, 8C and BD. RGB value is (172,140,189). Sum of RGB (Red+Green+Blue) = 172+140+189=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC8CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CBD is #537342. Grayscale: #9A9A9A. Windows color (decimal): -5468995 or 12422316. OLE color: 12422316.
HSL color Cylindrical-coordinate representation of color #AC8CBD: hue angle of 279.18º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8CBD is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 140 | 189 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.26 |
| HSL | 279.18º | 0.27% | 0.65% | - |
| HSV(B) | 279.18º | 0.26% | 0.74% | - |
| XYZ | 35.58 | 31.2 | 52.29 | - |
| YUV | 155.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 189 | 0.09 | 0.26 | 0 | 0.26 | 279.18 | 0.27 | 0.65 |
| Hex | AC | 8C | BD | 9 | 1A | 0 | 1A | 117 | 1B | 41 |
| Octal | 254 | 214 | 275 | 11 | 32 | 0 | 32 | 427 | 33 | 101 |
| Binary | 10101100 | 10001100 | 10111101 | 1001 | 11010 | 0 | 11010 | 100010111 | 11011 | 1000001 |
Color Harmonies of #AC8CBD
Complementary color
Monochromatic Colors of #AC8CBD
Black with #AC8CBD
Text Example
Text Example
White with #AC8CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8CBD; }
p { color: rgb(172,140,189); }
H1.HeaderClassName
{
color: #AC8CBD;
}
.AnyTagClassName
{
color: #AC8CBD;
}
</style>
background-color css
<style>
a { background-color: #AC8CBD; }
a { background-color: rgb(172,140,189); }
div.DivClassName
{
background-color: #AC8CBD;
}
.BgClassName
{
background-color: #AC8CBD;
}
</style>
border-color css
<style>
span { border-color: #AC8CBD; }
span { border-color: rgb(172,140,189); }
td.TdClassName
{
border-color: #AC8CBD;
}
.TagClassName
{
border-color: #AC8CBD;
}
</style>