Shades of East Side #AC7BC1
Tints of East Side #AC7BC1
RGB
CMYK
RGB Variations
Color information
#AC7BC1 (or 0xAC7BC1) is known color: East Side. HEX triplet: AC, 7B and C1. RGB value is (172,123,193). Sum of RGB (Red+Green+Blue) = 172+123+193=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC7BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BC1 is #53843E. Grayscale: #919191. Windows color (decimal): -5473343 or 12680108. OLE color: 12680108.
HSL color Cylindrical-coordinate representation of color #AC7BC1: hue angle of 282º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC7BC1 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 123 | 193 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.24 |
| HSL | 282º | 0.36% | 0.62% | - |
| HSV(B) | 282º | 0.36% | 0.76% | - |
| XYZ | 33.72 | 26.79 | 53.85 | - |
| YUV | 145.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 193 | 0.11 | 0.36 | 0 | 0.24 | 282 | 0.36 | 0.62 |
| Hex | AC | 7B | C1 | B | 24 | 0 | 18 | 11A | 24 | 3E |
| Octal | 254 | 173 | 301 | 13 | 44 | 0 | 30 | 432 | 44 | 76 |
| Binary | 10101100 | 1111011 | 11000001 | 1011 | 100100 | 0 | 11000 | 100011010 | 100100 | 111110 |
Color Harmonies of #AC7BC1
Complementary color
Monochromatic Colors of #AC7BC1
Black with #AC7BC1
Text Example
Text Example
White with #AC7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BC1; }
p { color: rgb(172,123,193); }
H1.HeaderClassName
{
color: #AC7BC1;
}
.AnyTagClassName
{
color: #AC7BC1;
}
</style>
background-color css
<style>
a { background-color: #AC7BC1; }
a { background-color: rgb(172,123,193); }
div.DivClassName
{
background-color: #AC7BC1;
}
.BgClassName
{
background-color: #AC7BC1;
}
</style>
border-color css
<style>
span { border-color: #AC7BC1; }
span { border-color: rgb(172,123,193); }
td.TdClassName
{
border-color: #AC7BC1;
}
.TagClassName
{
border-color: #AC7BC1;
}
</style>