Shades of East Side #AC83C1
Tints of East Side #AC83C1
RGB
CMYK
RGB Variations
Color information
#AC83C1 (or 0xAC83C1) is known color: East Side. HEX triplet: AC, 83 and C1. RGB value is (172,131,193). Sum of RGB (Red+Green+Blue) = 172+131+193=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC83C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83C1 is #537C3E. Grayscale: #969696. Windows color (decimal): -5471295 or 12682156. OLE color: 12682156.
HSL color Cylindrical-coordinate representation of color #AC83C1: hue angle of 279.68º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC83C1 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 131 | 193 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.24 |
| HSL | 279.68º | 0.33% | 0.64% | - |
| HSV(B) | 279.68º | 0.32% | 0.76% | - |
| XYZ | 34.76 | 28.85 | 54.19 | - |
| YUV | 150.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 193 | 0.11 | 0.32 | 0 | 0.24 | 279.68 | 0.33 | 0.64 |
| Hex | AC | 83 | C1 | B | 20 | 0 | 18 | 118 | 21 | 40 |
| Octal | 254 | 203 | 301 | 13 | 40 | 0 | 30 | 430 | 41 | 100 |
| Binary | 10101100 | 10000011 | 11000001 | 1011 | 100000 | 0 | 11000 | 100011000 | 100001 | 1000000 |
Color Harmonies of #AC83C1
Complementary color
Monochromatic Colors of #AC83C1
Black with #AC83C1
Text Example
Text Example
White with #AC83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC83C1; }
p { color: rgb(172,131,193); }
H1.HeaderClassName
{
color: #AC83C1;
}
.AnyTagClassName
{
color: #AC83C1;
}
</style>
background-color css
<style>
a { background-color: #AC83C1; }
a { background-color: rgb(172,131,193); }
div.DivClassName
{
background-color: #AC83C1;
}
.BgClassName
{
background-color: #AC83C1;
}
</style>
border-color css
<style>
span { border-color: #AC83C1; }
span { border-color: rgb(172,131,193); }
td.TdClassName
{
border-color: #AC83C1;
}
.TagClassName
{
border-color: #AC83C1;
}
</style>