Shades of East Side #A886B4
Tints of East Side #A886B4
RGB
CMYK
RGB Variations
Color information
#A886B4 (or 0xA886B4) is known color: East Side. HEX triplet: A8, 86 and B4. RGB value is (168,134,180). Sum of RGB (Red+Green+Blue) = 168+134+180=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #A886B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886B4 is #57794B. Grayscale: #959595. Windows color (decimal): -5732684 or 11830952. OLE color: 11830952.
HSL color Cylindrical-coordinate representation of color #A886B4: hue angle of 284.35º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A886B4 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 134 | 180 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.29 |
| HSL | 284.35º | 0.23% | 0.62% | - |
| HSV(B) | 284.35º | 0.26% | 0.71% | - |
| XYZ | 32.91 | 28.67 | 46.98 | - |
| YUV | 149.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 180 | 0.07 | 0.26 | 0 | 0.29 | 284.35 | 0.23 | 0.62 |
| Hex | A8 | 86 | B4 | 7 | 1A | 0 | 1D | 11C | 17 | 3E |
| Octal | 250 | 206 | 264 | 7 | 32 | 0 | 35 | 434 | 27 | 76 |
| Binary | 10101000 | 10000110 | 10110100 | 111 | 11010 | 0 | 11101 | 100011100 | 10111 | 111110 |
Color Harmonies of #A886B4
Complementary color
Monochromatic Colors of #A886B4
Black with #A886B4
Text Example
Text Example
White with #A886B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886B4; }
p { color: rgb(168,134,180); }
H1.HeaderClassName
{
color: #A886B4;
}
.AnyTagClassName
{
color: #A886B4;
}
</style>
background-color css
<style>
a { background-color: #A886B4; }
a { background-color: rgb(168,134,180); }
div.DivClassName
{
background-color: #A886B4;
}
.BgClassName
{
background-color: #A886B4;
}
</style>
border-color css
<style>
span { border-color: #A886B4; }
span { border-color: rgb(168,134,180); }
td.TdClassName
{
border-color: #A886B4;
}
.TagClassName
{
border-color: #A886B4;
}
</style>