Shades of East Side #AC83CF
Tints of East Side #AC83CF
RGB
CMYK
RGB Variations
Color information
#AC83CF (or 0xAC83CF) is known color: East Side. HEX triplet: AC, 83 and CF. RGB value is (172,131,207). Sum of RGB (Red+Green+Blue) = 172+131+207=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83CF is #537C30. Grayscale: #979797. Windows color (decimal): -5471281 or 13599660. OLE color: 13599660.
HSL color Cylindrical-coordinate representation of color #AC83CF: hue angle of 272.37º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC83CF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 131 | 207 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.19 |
| HSL | 272.37º | 0.44% | 0.66% | - |
| HSV(B) | 272.37º | 0.37% | 0.81% | - |
| XYZ | 36.39 | 29.51 | 62.81 | - |
| YUV | 151.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 207 | 0.17 | 0.37 | 0 | 0.19 | 272.37 | 0.44 | 0.66 |
| Hex | AC | 83 | CF | 11 | 25 | 0 | 13 | 110 | 2C | 42 |
| Octal | 254 | 203 | 317 | 21 | 45 | 0 | 23 | 420 | 54 | 102 |
| Binary | 10101100 | 10000011 | 11001111 | 10001 | 100101 | 0 | 10011 | 100010000 | 101100 | 1000010 |
Color Harmonies of #AC83CF
Complementary color
Monochromatic Colors of #AC83CF
Black with #AC83CF
Text Example
Text Example
White with #AC83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC83CF; }
p { color: rgb(172,131,207); }
H1.HeaderClassName
{
color: #AC83CF;
}
.AnyTagClassName
{
color: #AC83CF;
}
</style>
background-color css
<style>
a { background-color: #AC83CF; }
a { background-color: rgb(172,131,207); }
div.DivClassName
{
background-color: #AC83CF;
}
.BgClassName
{
background-color: #AC83CF;
}
</style>
border-color css
<style>
span { border-color: #AC83CF; }
span { border-color: rgb(172,131,207); }
td.TdClassName
{
border-color: #AC83CF;
}
.TagClassName
{
border-color: #AC83CF;
}
</style>