Shades of East Side #AC7FCC
Tints of East Side #AC7FCC
RGB
CMYK
RGB Variations
Color information
#AC7FCC (or 0xAC7FCC) is known color: East Side. HEX triplet: AC, 7F and CC. RGB value is (172,127,204). Sum of RGB (Red+Green+Blue) = 172+127+204=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC7FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FCC is #538033. Grayscale: #949494. Windows color (decimal): -5472308 or 13402028. OLE color: 13402028.
HSL color Cylindrical-coordinate representation of color #AC7FCC: hue angle of 275.06º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC7FCC is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 127 | 204 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.2 |
| HSL | 275.06º | 0.43% | 0.65% | - |
| HSV(B) | 275.06º | 0.38% | 0.8% | - |
| XYZ | 35.5 | 28.31 | 60.72 | - |
| YUV | 149.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 204 | 0.16 | 0.38 | 0 | 0.2 | 275.06 | 0.43 | 0.65 |
| Hex | AC | 7F | CC | 10 | 26 | 0 | 14 | 113 | 2B | 41 |
| Octal | 254 | 177 | 314 | 20 | 46 | 0 | 24 | 423 | 53 | 101 |
| Binary | 10101100 | 1111111 | 11001100 | 10000 | 100110 | 0 | 10100 | 100010011 | 101011 | 1000001 |
Color Harmonies of #AC7FCC
Complementary color
Monochromatic Colors of #AC7FCC
Black with #AC7FCC
Text Example
Text Example
White with #AC7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7FCC; }
p { color: rgb(172,127,204); }
H1.HeaderClassName
{
color: #AC7FCC;
}
.AnyTagClassName
{
color: #AC7FCC;
}
</style>
background-color css
<style>
a { background-color: #AC7FCC; }
a { background-color: rgb(172,127,204); }
div.DivClassName
{
background-color: #AC7FCC;
}
.BgClassName
{
background-color: #AC7FCC;
}
</style>
border-color css
<style>
span { border-color: #AC7FCC; }
span { border-color: rgb(172,127,204); }
td.TdClassName
{
border-color: #AC7FCC;
}
.TagClassName
{
border-color: #AC7FCC;
}
</style>