Shades of East Side #A682AE
Tints of East Side #A682AE
RGB
CMYK
RGB Variations
Color information
#A682AE (or 0xA682AE) is known color: East Side. HEX triplet: A6, 82 and AE. RGB value is (166,130,174). Sum of RGB (Red+Green+Blue) = 166+130+174=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #A682AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A682AE is #597D51. Grayscale: #919191. Windows color (decimal): -5864786 or 11436710. OLE color: 11436710.
HSL color Cylindrical-coordinate representation of color #A682AE: hue angle of 289.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A682AE is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 130 | 174 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.32 |
| HSL | 289.09º | 0.21% | 0.6% | - |
| HSV(B) | 289.09º | 0.25% | 0.68% | - |
| XYZ | 31.35 | 27.13 | 43.63 | - |
| YUV | 145.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 174 | 0.05 | 0.25 | 0 | 0.32 | 289.09 | 0.21 | 0.6 |
| Hex | A6 | 82 | AE | 5 | 19 | 0 | 20 | 121 | 15 | 3C |
| Octal | 246 | 202 | 256 | 5 | 31 | 0 | 40 | 441 | 25 | 74 |
| Binary | 10100110 | 10000010 | 10101110 | 101 | 11001 | 0 | 100000 | 100100001 | 10101 | 111100 |
Color Harmonies of #A682AE
Complementary color
Monochromatic Colors of #A682AE
Black with #A682AE
Text Example
Text Example
White with #A682AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682AE; }
p { color: rgb(166,130,174); }
H1.HeaderClassName
{
color: #A682AE;
}
.AnyTagClassName
{
color: #A682AE;
}
</style>
background-color css
<style>
a { background-color: #A682AE; }
a { background-color: rgb(166,130,174); }
div.DivClassName
{
background-color: #A682AE;
}
.BgClassName
{
background-color: #A682AE;
}
</style>
border-color css
<style>
span { border-color: #A682AE; }
span { border-color: rgb(166,130,174); }
td.TdClassName
{
border-color: #A682AE;
}
.TagClassName
{
border-color: #A682AE;
}
</style>