Shades of East Side #AC82CA
Tints of East Side #AC82CA
RGB
CMYK
RGB Variations
Color information
#AC82CA (or 0xAC82CA) is known color: East Side. HEX triplet: AC, 82 and CA. RGB value is (172,130,202). Sum of RGB (Red+Green+Blue) = 172+130+202=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC82CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82CA is #537D35. Grayscale: #969696. Windows color (decimal): -5471542 or 13271724. OLE color: 13271724.
HSL color Cylindrical-coordinate representation of color #AC82CA: hue angle of 275º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC82CA is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 130 | 202 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.21 |
| HSL | 275º | 0.4% | 0.65% | - |
| HSV(B) | 275º | 0.36% | 0.79% | - |
| XYZ | 35.66 | 29 | 59.6 | - |
| YUV | 150.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 202 | 0.15 | 0.36 | 0 | 0.21 | 275 | 0.4 | 0.65 |
| Hex | AC | 82 | CA | F | 24 | 0 | 15 | 113 | 28 | 41 |
| Octal | 254 | 202 | 312 | 17 | 44 | 0 | 25 | 423 | 50 | 101 |
| Binary | 10101100 | 10000010 | 11001010 | 1111 | 100100 | 0 | 10101 | 100010011 | 101000 | 1000001 |
Color Harmonies of #AC82CA
Complementary color
Monochromatic Colors of #AC82CA
Black with #AC82CA
Text Example
Text Example
White with #AC82CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC82CA; }
p { color: rgb(172,130,202); }
H1.HeaderClassName
{
color: #AC82CA;
}
.AnyTagClassName
{
color: #AC82CA;
}
</style>
background-color css
<style>
a { background-color: #AC82CA; }
a { background-color: rgb(172,130,202); }
div.DivClassName
{
background-color: #AC82CA;
}
.BgClassName
{
background-color: #AC82CA;
}
</style>
border-color css
<style>
span { border-color: #AC82CA; }
span { border-color: rgb(172,130,202); }
td.TdClassName
{
border-color: #AC82CA;
}
.TagClassName
{
border-color: #AC82CA;
}
</style>