Shades of East Side #AE82D3
Tints of East Side #AE82D3
RGB
CMYK
RGB Variations
Color information
#AE82D3 (or 0xAE82D3) is known color: East Side. HEX triplet: AE, 82 and D3. RGB value is (174,130,211). Sum of RGB (Red+Green+Blue) = 174+130+211=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE82D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82D3 is #517D2C. Grayscale: #989898. Windows color (decimal): -5340461 or 13861550. OLE color: 13861550.
HSL color Cylindrical-coordinate representation of color #AE82D3: hue angle of 272.59º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE82D3 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 130 | 211 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.17 |
| HSL | 272.59º | 0.48% | 0.67% | - |
| HSV(B) | 272.59º | 0.38% | 0.83% | - |
| XYZ | 37.2 | 29.67 | 65.39 | - |
| YUV | 152.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 211 | 0.18 | 0.38 | 0 | 0.17 | 272.59 | 0.48 | 0.67 |
| Hex | AE | 82 | D3 | 12 | 26 | 0 | 11 | 111 | 30 | 43 |
| Octal | 256 | 202 | 323 | 22 | 46 | 0 | 21 | 421 | 60 | 103 |
| Binary | 10101110 | 10000010 | 11010011 | 10010 | 100110 | 0 | 10001 | 100010001 | 110000 | 1000011 |
Color Harmonies of #AE82D3
Complementary color
Monochromatic Colors of #AE82D3
Black with #AE82D3
Text Example
Text Example
White with #AE82D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE82D3; }
p { color: rgb(174,130,211); }
H1.HeaderClassName
{
color: #AE82D3;
}
.AnyTagClassName
{
color: #AE82D3;
}
</style>
background-color css
<style>
a { background-color: #AE82D3; }
a { background-color: rgb(174,130,211); }
div.DivClassName
{
background-color: #AE82D3;
}
.BgClassName
{
background-color: #AE82D3;
}
</style>
border-color css
<style>
span { border-color: #AE82D3; }
span { border-color: rgb(174,130,211); }
td.TdClassName
{
border-color: #AE82D3;
}
.TagClassName
{
border-color: #AE82D3;
}
</style>