Shades of East Side #AC9DBD
Tints of East Side #AC9DBD
RGB
CMYK
RGB Variations
Color information
#AC9DBD (or 0xAC9DBD) is known color: East Side. HEX triplet: AC, 9D and BD. RGB value is (172,157,189). Sum of RGB (Red+Green+Blue) = 172+157+189=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC9DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DBD is #536242. Grayscale: #A5A5A5. Windows color (decimal): -5464643 or 12426668. OLE color: 12426668.
HSL color Cylindrical-coordinate representation of color #AC9DBD: hue angle of 268.12º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC9DBD is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 157 | 189 | - |
CMYK | 0.09 | 0.17 | 0 | 0.26 |
HSL | 268.13º | 0.2% | 0.68% | - |
HSV(B) | 268.13º | 0.17% | 0.74% | - |
XYZ | 38.26 | 36.56 | 53.18 | - |
YUV | 165.13 | 141.47 | 132.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 157 | 189 | 0.09 | 0.17 | 0 | 0.26 | 268.13 | 0.2 | 0.68 |
Hex | AC | 9D | BD | 9 | 11 | 0 | 1A | 10C | 14 | 44 |
Octal | 254 | 235 | 275 | 11 | 21 | 0 | 32 | 414 | 24 | 104 |
Binary | 10101100 | 10011101 | 10111101 | 1001 | 10001 | 0 | 11010 | 100001100 | 10100 | 1000100 |
Color Harmonies of #AC9DBD
Complementary color
Monochromatic Colors of #AC9DBD
Black with #AC9DBD
Text Example
Text Example
White with #AC9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9DBD; }
p { color: rgb(172,157,189); }
H1.HeaderClassName
{
color: #AC9DBD;
}
.AnyTagClassName
{
color: #AC9DBD;
}
</style>
background-color css
<style>
a { background-color: #AC9DBD; }
a { background-color: rgb(172,157,189); }
div.DivClassName
{
background-color: #AC9DBD;
}
.BgClassName
{
background-color: #AC9DBD;
}
</style>
border-color css
<style>
span { border-color: #AC9DBD; }
span { border-color: rgb(172,157,189); }
td.TdClassName
{
border-color: #AC9DBD;
}
.TagClassName
{
border-color: #AC9DBD;
}
</style>