Shades of East Side #AC8CCB
Tints of East Side #AC8CCB
RGB
CMYK
RGB Variations
Color information
#AC8CCB (or 0xAC8CCB) is known color: East Side. HEX triplet: AC, 8C and CB. RGB value is (172,140,203). Sum of RGB (Red+Green+Blue) = 172+140+203=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CCB is #537334. Grayscale: #9C9C9C. Windows color (decimal): -5468981 or 13339820. OLE color: 13339820.
HSL color Cylindrical-coordinate representation of color #AC8CCB: hue angle of 270.48º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8CCB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 140 | 203 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.20 |
| HSL | 270.48º | 0.38% | 0.67% | - |
| HSV(B) | 270.48º | 0.31% | 0.8% | - |
| XYZ | 37.17 | 31.84 | 60.69 | - |
| YUV | 156.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 203 | 0.15 | 0.31 | 0 | 0.20 | 270.48 | 0.38 | 0.67 |
| Hex | AC | 8C | CB | F | 1F | 0 | 14 | 10E | 26 | 43 |
| Octal | 254 | 214 | 313 | 17 | 37 | 0 | 24 | 416 | 46 | 103 |
| Binary | 10101100 | 10001100 | 11001011 | 1111 | 11111 | 0 | 10100 | 100001110 | 100110 | 1000011 |
Color Harmonies of #AC8CCB
Complementary color
Monochromatic Colors of #AC8CCB
Black with #AC8CCB
Text Example
Text Example
White with #AC8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8CCB; }
p { color: rgb(172,140,203); }
H1.HeaderClassName
{
color: #AC8CCB;
}
.AnyTagClassName
{
color: #AC8CCB;
}
</style>
background-color css
<style>
a { background-color: #AC8CCB; }
a { background-color: rgb(172,140,203); }
div.DivClassName
{
background-color: #AC8CCB;
}
.BgClassName
{
background-color: #AC8CCB;
}
</style>
border-color css
<style>
span { border-color: #AC8CCB; }
span { border-color: rgb(172,140,203); }
td.TdClassName
{
border-color: #AC8CCB;
}
.TagClassName
{
border-color: #AC8CCB;
}
</style>