Shades of East Side #AC83CA
Tints of East Side #AC83CA
RGB
CMYK
RGB Variations
Color information
#AC83CA (or 0xAC83CA) is known color: East Side. HEX triplet: AC, 83 and CA. RGB value is (172,131,202). Sum of RGB (Red+Green+Blue) = 172+131+202=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83CA is #537C35. Grayscale: #979797. Windows color (decimal): -5471286 or 13271980. OLE color: 13271980.
HSL color Cylindrical-coordinate representation of color #AC83CA: hue angle of 274.65º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC83CA is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 131 | 202 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.21 |
| HSL | 274.65º | 0.4% | 0.65% | - |
| HSV(B) | 274.65º | 0.35% | 0.79% | - |
| XYZ | 35.79 | 29.27 | 59.64 | - |
| YUV | 151.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 202 | 0.15 | 0.35 | 0 | 0.21 | 274.65 | 0.4 | 0.65 |
| Hex | AC | 83 | CA | F | 23 | 0 | 15 | 113 | 28 | 41 |
| Octal | 254 | 203 | 312 | 17 | 43 | 0 | 25 | 423 | 50 | 101 |
| Binary | 10101100 | 10000011 | 11001010 | 1111 | 100011 | 0 | 10101 | 100010011 | 101000 | 1000001 |
Color Harmonies of #AC83CA
Complementary color
Monochromatic Colors of #AC83CA
Black with #AC83CA
Text Example
Text Example
White with #AC83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC83CA; }
p { color: rgb(172,131,202); }
H1.HeaderClassName
{
color: #AC83CA;
}
.AnyTagClassName
{
color: #AC83CA;
}
</style>
background-color css
<style>
a { background-color: #AC83CA; }
a { background-color: rgb(172,131,202); }
div.DivClassName
{
background-color: #AC83CA;
}
.BgClassName
{
background-color: #AC83CA;
}
</style>
border-color css
<style>
span { border-color: #AC83CA; }
span { border-color: rgb(172,131,202); }
td.TdClassName
{
border-color: #AC83CA;
}
.TagClassName
{
border-color: #AC83CA;
}
</style>