Shades of East Side #AC9BBE
Tints of East Side #AC9BBE
RGB
CMYK
RGB Variations
Color information
#AC9BBE (or 0xAC9BBE) is known color: East Side. HEX triplet: AC, 9B and BE. RGB value is (172,155,190). Sum of RGB (Red+Green+Blue) = 172+155+190=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BBE is #536441. Grayscale: #A3A3A3. Windows color (decimal): -5465154 or 12491692. OLE color: 12491692.
HSL color Cylindrical-coordinate representation of color #AC9BBE: hue angle of 269.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC9BBE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 155 | 190 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.25 |
| HSL | 269.14º | 0.21% | 0.68% | - |
| HSV(B) | 269.14º | 0.18% | 0.75% | - |
| XYZ | 38.03 | 35.93 | 53.65 | - |
| YUV | 164.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 190 | 0.09 | 0.18 | 0 | 0.25 | 269.14 | 0.21 | 0.68 |
| Hex | AC | 9B | BE | 9 | 12 | 0 | 19 | 10D | 15 | 44 |
| Octal | 254 | 233 | 276 | 11 | 22 | 0 | 31 | 415 | 25 | 104 |
| Binary | 10101100 | 10011011 | 10111110 | 1001 | 10010 | 0 | 11001 | 100001101 | 10101 | 1000100 |
Color Harmonies of #AC9BBE
Complementary color
Monochromatic Colors of #AC9BBE
Black with #AC9BBE
Text Example
Text Example
White with #AC9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9BBE; }
p { color: rgb(172,155,190); }
H1.HeaderClassName
{
color: #AC9BBE;
}
.AnyTagClassName
{
color: #AC9BBE;
}
</style>
background-color css
<style>
a { background-color: #AC9BBE; }
a { background-color: rgb(172,155,190); }
div.DivClassName
{
background-color: #AC9BBE;
}
.BgClassName
{
background-color: #AC9BBE;
}
</style>
border-color css
<style>
span { border-color: #AC9BBE; }
span { border-color: rgb(172,155,190); }
td.TdClassName
{
border-color: #AC9BBE;
}
.TagClassName
{
border-color: #AC9BBE;
}
</style>