Shades of East Side #AC9BBF
Tints of East Side #AC9BBF
RGB
CMYK
RGB Variations
Color information
#AC9BBF (or 0xAC9BBF) is known color: East Side. HEX triplet: AC, 9B and BF. RGB value is (172,155,191). Sum of RGB (Red+Green+Blue) = 172+155+191=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC9BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BBF is #536440. Grayscale: #A4A4A4. Windows color (decimal): -5465153 or 12557228. OLE color: 12557228.
HSL color Cylindrical-coordinate representation of color #AC9BBF: hue angle of 268.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC9BBF is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 155 | 191 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.25 |
| HSL | 268.33º | 0.22% | 0.68% | - |
| HSV(B) | 268.33º | 0.19% | 0.75% | - |
| XYZ | 38.14 | 35.97 | 54.22 | - |
| YUV | 164.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 191 | 0.10 | 0.19 | 0 | 0.25 | 268.33 | 0.22 | 0.68 |
| Hex | AC | 9B | BF | A | 13 | 0 | 19 | 10C | 16 | 44 |
| Octal | 254 | 233 | 277 | 12 | 23 | 0 | 31 | 414 | 26 | 104 |
| Binary | 10101100 | 10011011 | 10111111 | 1010 | 10011 | 0 | 11001 | 100001100 | 10110 | 1000100 |
Color Harmonies of #AC9BBF
Complementary color
Monochromatic Colors of #AC9BBF
Black with #AC9BBF
Text Example
Text Example
White with #AC9BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9BBF; }
p { color: rgb(172,155,191); }
H1.HeaderClassName
{
color: #AC9BBF;
}
.AnyTagClassName
{
color: #AC9BBF;
}
</style>
background-color css
<style>
a { background-color: #AC9BBF; }
a { background-color: rgb(172,155,191); }
div.DivClassName
{
background-color: #AC9BBF;
}
.BgClassName
{
background-color: #AC9BBF;
}
</style>
border-color css
<style>
span { border-color: #AC9BBF; }
span { border-color: rgb(172,155,191); }
td.TdClassName
{
border-color: #AC9BBF;
}
.TagClassName
{
border-color: #AC9BBF;
}
</style>