Shades of East Side #AC8DB3
Tints of East Side #AC8DB3
RGB
CMYK
RGB Variations
Color information
#AC8DB3 (or 0xAC8DB3) is known color: East Side. HEX triplet: AC, 8D and B3. RGB value is (172,141,179). Sum of RGB (Red+Green+Blue) = 172+141+179=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC8DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DB3 is #53724C. Grayscale: #9A9A9A. Windows color (decimal): -5468749 or 11767212. OLE color: 11767212.
HSL color Cylindrical-coordinate representation of color #AC8DB3: hue angle of 288.95º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8DB3 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 172 | 141 | 179 | - |
CMYK | 0.04 | 0.21 | 0 | 0.30 |
HSL | 288.95º | 0.2% | 0.63% | - |
HSV(B) | 288.95º | 0.21% | 0.7% | - |
XYZ | 34.67 | 31.08 | 46.82 | - |
YUV | 154.6 | 141.77 | 140.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 141 | 179 | 0.04 | 0.21 | 0 | 0.30 | 288.95 | 0.2 | 0.63 |
Hex | AC | 8D | B3 | 4 | 15 | 0 | 1E | 121 | 14 | 3F |
Octal | 254 | 215 | 263 | 4 | 25 | 0 | 36 | 441 | 24 | 77 |
Binary | 10101100 | 10001101 | 10110011 | 100 | 10101 | 0 | 11110 | 100100001 | 10100 | 111111 |
Color Harmonies of #AC8DB3
Complementary color
Monochromatic Colors of #AC8DB3
Black with #AC8DB3
Text Example
Text Example
White with #AC8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8DB3; }
p { color: rgb(172,141,179); }
H1.HeaderClassName
{
color: #AC8DB3;
}
.AnyTagClassName
{
color: #AC8DB3;
}
</style>
background-color css
<style>
a { background-color: #AC8DB3; }
a { background-color: rgb(172,141,179); }
div.DivClassName
{
background-color: #AC8DB3;
}
.BgClassName
{
background-color: #AC8DB3;
}
</style>
border-color css
<style>
span { border-color: #AC8DB3; }
span { border-color: rgb(172,141,179); }
td.TdClassName
{
border-color: #AC8DB3;
}
.TagClassName
{
border-color: #AC8DB3;
}
</style>