Shades of East Side #A87FBD
Tints of East Side #A87FBD
RGB
CMYK
RGB Variations
Color information
#A87FBD (or 0xA87FBD) is known color: East Side. HEX triplet: A8, 7F and BD. RGB value is (168,127,189). Sum of RGB (Red+Green+Blue) = 168+127+189=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #A87FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FBD is #578042. Grayscale: #929292. Windows color (decimal): -5734467 or 12418984. OLE color: 12418984.
HSL color Cylindrical-coordinate representation of color #A87FBD: hue angle of 279.68º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87FBD is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 127 | 189 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.26 |
| HSL | 279.68º | 0.32% | 0.62% | - |
| HSV(B) | 279.68º | 0.33% | 0.74% | - |
| XYZ | 32.92 | 27.18 | 51.65 | - |
| YUV | 146.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 189 | 0.11 | 0.33 | 0 | 0.26 | 279.68 | 0.32 | 0.62 |
| Hex | A8 | 7F | BD | B | 21 | 0 | 1A | 118 | 20 | 3E |
| Octal | 250 | 177 | 275 | 13 | 41 | 0 | 32 | 430 | 40 | 76 |
| Binary | 10101000 | 1111111 | 10111101 | 1011 | 100001 | 0 | 11010 | 100011000 | 100000 | 111110 |
Color Harmonies of #A87FBD
Complementary color
Monochromatic Colors of #A87FBD
Black with #A87FBD
Text Example
Text Example
White with #A87FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FBD; }
p { color: rgb(168,127,189); }
H1.HeaderClassName
{
color: #A87FBD;
}
.AnyTagClassName
{
color: #A87FBD;
}
</style>
background-color css
<style>
a { background-color: #A87FBD; }
a { background-color: rgb(168,127,189); }
div.DivClassName
{
background-color: #A87FBD;
}
.BgClassName
{
background-color: #A87FBD;
}
</style>
border-color css
<style>
span { border-color: #A87FBD; }
span { border-color: rgb(168,127,189); }
td.TdClassName
{
border-color: #A87FBD;
}
.TagClassName
{
border-color: #A87FBD;
}
</style>