Shades of East Side #AC8FB8
Tints of East Side #AC8FB8
RGB
CMYK
RGB Variations
Color information
#AC8FB8 (or 0xAC8FB8) is known color: East Side. HEX triplet: AC, 8F and B8. RGB value is (172,143,184). Sum of RGB (Red+Green+Blue) = 172+143+184=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC8FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FB8 is #537047. Grayscale: #9C9C9C. Windows color (decimal): -5468232 or 12095404. OLE color: 12095404.
HSL color Cylindrical-coordinate representation of color #AC8FB8: hue angle of 282.44º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC8FB8 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 143 | 184 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.28 |
| HSL | 282.44º | 0.22% | 0.64% | - |
| HSV(B) | 282.44º | 0.22% | 0.72% | - |
| XYZ | 35.49 | 31.88 | 49.63 | - |
| YUV | 156.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 184 | 0.07 | 0.22 | 0 | 0.28 | 282.44 | 0.22 | 0.64 |
| Hex | AC | 8F | B8 | 7 | 16 | 0 | 1C | 11A | 16 | 40 |
| Octal | 254 | 217 | 270 | 7 | 26 | 0 | 34 | 432 | 26 | 100 |
| Binary | 10101100 | 10001111 | 10111000 | 111 | 10110 | 0 | 11100 | 100011010 | 10110 | 1000000 |
Color Harmonies of #AC8FB8
Complementary color
Monochromatic Colors of #AC8FB8
Black with #AC8FB8
Text Example
Text Example
White with #AC8FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FB8; }
p { color: rgb(172,143,184); }
H1.HeaderClassName
{
color: #AC8FB8;
}
.AnyTagClassName
{
color: #AC8FB8;
}
</style>
background-color css
<style>
a { background-color: #AC8FB8; }
a { background-color: rgb(172,143,184); }
div.DivClassName
{
background-color: #AC8FB8;
}
.BgClassName
{
background-color: #AC8FB8;
}
</style>
border-color css
<style>
span { border-color: #AC8FB8; }
span { border-color: rgb(172,143,184); }
td.TdClassName
{
border-color: #AC8FB8;
}
.TagClassName
{
border-color: #AC8FB8;
}
</style>