Shades of East Side #AC7BCF
Tints of East Side #AC7BCF
RGB
CMYK
RGB Variations
Color information
#AC7BCF (or 0xAC7BCF) is known color: East Side. HEX triplet: AC, 7B and CF. RGB value is (172,123,207). Sum of RGB (Red+Green+Blue) = 172+123+207=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC7BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BCF is #538430. Grayscale: #929292. Windows color (decimal): -5473329 or 13597612. OLE color: 13597612.
HSL color Cylindrical-coordinate representation of color #AC7BCF: hue angle of 275º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7BCF is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 123 | 207 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.19 |
| HSL | 275º | 0.47% | 0.65% | - |
| HSV(B) | 275º | 0.41% | 0.81% | - |
| XYZ | 35.36 | 27.44 | 62.46 | - |
| YUV | 147.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 207 | 0.17 | 0.41 | 0 | 0.19 | 275 | 0.47 | 0.65 |
| Hex | AC | 7B | CF | 11 | 29 | 0 | 13 | 113 | 2F | 41 |
| Octal | 254 | 173 | 317 | 21 | 51 | 0 | 23 | 423 | 57 | 101 |
| Binary | 10101100 | 1111011 | 11001111 | 10001 | 101001 | 0 | 10011 | 100010011 | 101111 | 1000001 |
Color Harmonies of #AC7BCF
Complementary color
Monochromatic Colors of #AC7BCF
Black with #AC7BCF
Text Example
Text Example
White with #AC7BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BCF; }
p { color: rgb(172,123,207); }
H1.HeaderClassName
{
color: #AC7BCF;
}
.AnyTagClassName
{
color: #AC7BCF;
}
</style>
background-color css
<style>
a { background-color: #AC7BCF; }
a { background-color: rgb(172,123,207); }
div.DivClassName
{
background-color: #AC7BCF;
}
.BgClassName
{
background-color: #AC7BCF;
}
</style>
border-color css
<style>
span { border-color: #AC7BCF; }
span { border-color: rgb(172,123,207); }
td.TdClassName
{
border-color: #AC7BCF;
}
.TagClassName
{
border-color: #AC7BCF;
}
</style>