Shades of East Side #A682B7
Tints of East Side #A682B7
RGB
CMYK
RGB Variations
Color information
#A682B7 (or 0xA682B7) is known color: East Side. HEX triplet: A6, 82 and B7. RGB value is (166,130,183). Sum of RGB (Red+Green+Blue) = 166+130+183=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 183 - color contains mainly: blue. Hex color #A682B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682B7 is #597D48. Grayscale: #929292. Windows color (decimal): -5864777 or 12026534. OLE color: 12026534.
HSL color Cylindrical-coordinate representation of color #A682B7: hue angle of 280.75º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A682B7 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 130 | 183 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.28 |
| HSL | 280.75º | 0.27% | 0.61% | - |
| HSV(B) | 280.75º | 0.29% | 0.72% | - |
| XYZ | 32.26 | 27.49 | 48.41 | - |
| YUV | 146.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 183 | 0.09 | 0.29 | 0 | 0.28 | 280.75 | 0.27 | 0.61 |
| Hex | A6 | 82 | B7 | 9 | 1D | 0 | 1C | 119 | 1B | 3D |
| Octal | 246 | 202 | 267 | 11 | 35 | 0 | 34 | 431 | 33 | 75 |
| Binary | 10100110 | 10000010 | 10110111 | 1001 | 11101 | 0 | 11100 | 100011001 | 11011 | 111101 |
Color Harmonies of #A682B7
Complementary color
Monochromatic Colors of #A682B7
Black with #A682B7
Text Example
Text Example
White with #A682B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682B7; }
p { color: rgb(166,130,183); }
H1.HeaderClassName
{
color: #A682B7;
}
.AnyTagClassName
{
color: #A682B7;
}
</style>
background-color css
<style>
a { background-color: #A682B7; }
a { background-color: rgb(166,130,183); }
div.DivClassName
{
background-color: #A682B7;
}
.BgClassName
{
background-color: #A682B7;
}
</style>
border-color css
<style>
span { border-color: #A682B7; }
span { border-color: rgb(166,130,183); }
td.TdClassName
{
border-color: #A682B7;
}
.TagClassName
{
border-color: #A682B7;
}
</style>