Shades of East Side #AC7BCB
Tints of East Side #AC7BCB
RGB
CMYK
RGB Variations
Color information
#AC7BCB (or 0xAC7BCB) is known color: East Side. HEX triplet: AC, 7B and CB. RGB value is (172,123,203). Sum of RGB (Red+Green+Blue) = 172+123+203=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC7BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BCB is #538434. Grayscale: #929292. Windows color (decimal): -5473333 or 13335468. OLE color: 13335468.
HSL color Cylindrical-coordinate representation of color #AC7BCB: hue angle of 276.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC7BCB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 123 | 203 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.20 |
| HSL | 276.75º | 0.43% | 0.64% | - |
| HSV(B) | 276.75º | 0.39% | 0.8% | - |
| XYZ | 34.88 | 27.25 | 59.92 | - |
| YUV | 146.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 203 | 0.15 | 0.39 | 0 | 0.20 | 276.75 | 0.43 | 0.64 |
| Hex | AC | 7B | CB | F | 27 | 0 | 14 | 115 | 2B | 40 |
| Octal | 254 | 173 | 313 | 17 | 47 | 0 | 24 | 425 | 53 | 100 |
| Binary | 10101100 | 1111011 | 11001011 | 1111 | 100111 | 0 | 10100 | 100010101 | 101011 | 1000000 |
Color Harmonies of #AC7BCB
Complementary color
Monochromatic Colors of #AC7BCB
Black with #AC7BCB
Text Example
Text Example
White with #AC7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BCB; }
p { color: rgb(172,123,203); }
H1.HeaderClassName
{
color: #AC7BCB;
}
.AnyTagClassName
{
color: #AC7BCB;
}
</style>
background-color css
<style>
a { background-color: #AC7BCB; }
a { background-color: rgb(172,123,203); }
div.DivClassName
{
background-color: #AC7BCB;
}
.BgClassName
{
background-color: #AC7BCB;
}
</style>
border-color css
<style>
span { border-color: #AC7BCB; }
span { border-color: rgb(172,123,203); }
td.TdClassName
{
border-color: #AC7BCB;
}
.TagClassName
{
border-color: #AC7BCB;
}
</style>