Shades of East Side #AC9FBA
Tints of East Side #AC9FBA
RGB
CMYK
RGB Variations
Color information
#AC9FBA (or 0xAC9FBA) is known color: East Side. HEX triplet: AC, 9F and BA. RGB value is (172,159,186). Sum of RGB (Red+Green+Blue) = 172+159+186=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FBA is #536045. Grayscale: #A5A5A5. Windows color (decimal): -5464134 or 12230572. OLE color: 12230572.
HSL color Cylindrical-coordinate representation of color #AC9FBA: hue angle of 268.89º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9FBA is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 159 | 186 | - |
CMYK | 0.08 | 0.15 | 0 | 0.27 |
HSL | 268.89º | 0.16% | 0.68% | - |
HSV(B) | 268.89º | 0.15% | 0.73% | - |
XYZ | 38.27 | 37.11 | 51.6 | - |
YUV | 165.97 | 139.31 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 159 | 186 | 0.08 | 0.15 | 0 | 0.27 | 268.89 | 0.16 | 0.68 |
Hex | AC | 9F | BA | 8 | F | 0 | 1B | 10D | 10 | 44 |
Octal | 254 | 237 | 272 | 10 | 17 | 0 | 33 | 415 | 20 | 104 |
Binary | 10101100 | 10011111 | 10111010 | 1000 | 1111 | 0 | 11011 | 100001101 | 10000 | 1000100 |
Color Harmonies of #AC9FBA
Complementary color
Monochromatic Colors of #AC9FBA
Black with #AC9FBA
Text Example
Text Example
White with #AC9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9FBA; }
p { color: rgb(172,159,186); }
H1.HeaderClassName
{
color: #AC9FBA;
}
.AnyTagClassName
{
color: #AC9FBA;
}
</style>
background-color css
<style>
a { background-color: #AC9FBA; }
a { background-color: rgb(172,159,186); }
div.DivClassName
{
background-color: #AC9FBA;
}
.BgClassName
{
background-color: #AC9FBA;
}
</style>
border-color css
<style>
span { border-color: #AC9FBA; }
span { border-color: rgb(172,159,186); }
td.TdClassName
{
border-color: #AC9FBA;
}
.TagClassName
{
border-color: #AC9FBA;
}
</style>