Shades of East Side #A682B3
Tints of East Side #A682B3
RGB
CMYK
RGB Variations
Color information
#A682B3 (or 0xA682B3) is known color: East Side. HEX triplet: A6, 82 and B3. RGB value is (166,130,179). Sum of RGB (Red+Green+Blue) = 166+130+179=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #A682B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682B3 is #597D4C. Grayscale: #929292. Windows color (decimal): -5864781 or 11764390. OLE color: 11764390.
HSL color Cylindrical-coordinate representation of color #A682B3: hue angle of 284.08º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A682B3 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 130 | 179 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.30 |
| HSL | 284.08º | 0.24% | 0.61% | - |
| HSV(B) | 284.08º | 0.27% | 0.7% | - |
| XYZ | 31.85 | 27.33 | 46.24 | - |
| YUV | 146.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 179 | 0.07 | 0.27 | 0 | 0.30 | 284.08 | 0.24 | 0.61 |
| Hex | A6 | 82 | B3 | 7 | 1B | 0 | 1E | 11C | 18 | 3D |
| Octal | 246 | 202 | 263 | 7 | 33 | 0 | 36 | 434 | 30 | 75 |
| Binary | 10100110 | 10000010 | 10110011 | 111 | 11011 | 0 | 11110 | 100011100 | 11000 | 111101 |
Color Harmonies of #A682B3
Complementary color
Monochromatic Colors of #A682B3
Black with #A682B3
Text Example
Text Example
White with #A682B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682B3; }
p { color: rgb(166,130,179); }
H1.HeaderClassName
{
color: #A682B3;
}
.AnyTagClassName
{
color: #A682B3;
}
</style>
background-color css
<style>
a { background-color: #A682B3; }
a { background-color: rgb(166,130,179); }
div.DivClassName
{
background-color: #A682B3;
}
.BgClassName
{
background-color: #A682B3;
}
</style>
border-color css
<style>
span { border-color: #A682B3; }
span { border-color: rgb(166,130,179); }
td.TdClassName
{
border-color: #A682B3;
}
.TagClassName
{
border-color: #A682B3;
}
</style>