Shades of East Side #AC82CF
Tints of East Side #AC82CF
RGB
CMYK
RGB Variations
Color information
#AC82CF (or 0xAC82CF) is known color: East Side. HEX triplet: AC, 82 and CF. RGB value is (172,130,207). Sum of RGB (Red+Green+Blue) = 172+130+207=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC82CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82CF is #537D30. Grayscale: #979797. Windows color (decimal): -5471537 or 13599404. OLE color: 13599404.
HSL color Cylindrical-coordinate representation of color #AC82CF: hue angle of 272.73º degrees, saturation: 0.45, 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 #AC82CF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 130 | 207 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.19 |
| HSL | 272.73º | 0.45% | 0.66% | - |
| HSV(B) | 272.73º | 0.37% | 0.81% | - |
| XYZ | 36.26 | 29.24 | 62.76 | - |
| YUV | 151.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 207 | 0.17 | 0.37 | 0 | 0.19 | 272.73 | 0.45 | 0.66 |
| Hex | AC | 82 | CF | 11 | 25 | 0 | 13 | 111 | 2D | 42 |
| Octal | 254 | 202 | 317 | 21 | 45 | 0 | 23 | 421 | 55 | 102 |
| Binary | 10101100 | 10000010 | 11001111 | 10001 | 100101 | 0 | 10011 | 100010001 | 101101 | 1000010 |
Color Harmonies of #AC82CF
Complementary color
Monochromatic Colors of #AC82CF
Black with #AC82CF
Text Example
Text Example
White with #AC82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC82CF; }
p { color: rgb(172,130,207); }
H1.HeaderClassName
{
color: #AC82CF;
}
.AnyTagClassName
{
color: #AC82CF;
}
</style>
background-color css
<style>
a { background-color: #AC82CF; }
a { background-color: rgb(172,130,207); }
div.DivClassName
{
background-color: #AC82CF;
}
.BgClassName
{
background-color: #AC82CF;
}
</style>
border-color css
<style>
span { border-color: #AC82CF; }
span { border-color: rgb(172,130,207); }
td.TdClassName
{
border-color: #AC82CF;
}
.TagClassName
{
border-color: #AC82CF;
}
</style>