Shades of East Side #A883B2
Tints of East Side #A883B2
RGB
CMYK
RGB Variations
Color information
#A883B2 (or 0xA883B2) is known color: East Side. HEX triplet: A8, 83 and B2. RGB value is (168,131,178). Sum of RGB (Red+Green+Blue) = 168+131+178=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #A883B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883B2 is #577C4D. Grayscale: #939393. Windows color (decimal): -5733454 or 11699112. OLE color: 11699112.
HSL color Cylindrical-coordinate representation of color #A883B2: hue angle of 287.23º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A883B2 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 131 | 178 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.30 |
| HSL | 287.23º | 0.23% | 0.61% | - |
| HSV(B) | 287.23º | 0.26% | 0.7% | - |
| XYZ | 32.3 | 27.77 | 45.78 | - |
| YUV | 147.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 178 | 0.06 | 0.26 | 0 | 0.30 | 287.23 | 0.23 | 0.61 |
| Hex | A8 | 83 | B2 | 6 | 1A | 0 | 1E | 11F | 17 | 3D |
| Octal | 250 | 203 | 262 | 6 | 32 | 0 | 36 | 437 | 27 | 75 |
| Binary | 10101000 | 10000011 | 10110010 | 110 | 11010 | 0 | 11110 | 100011111 | 10111 | 111101 |
Color Harmonies of #A883B2
Complementary color
Monochromatic Colors of #A883B2
Black with #A883B2
Text Example
Text Example
White with #A883B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883B2; }
p { color: rgb(168,131,178); }
H1.HeaderClassName
{
color: #A883B2;
}
.AnyTagClassName
{
color: #A883B2;
}
</style>
background-color css
<style>
a { background-color: #A883B2; }
a { background-color: rgb(168,131,178); }
div.DivClassName
{
background-color: #A883B2;
}
.BgClassName
{
background-color: #A883B2;
}
</style>
border-color css
<style>
span { border-color: #A883B2; }
span { border-color: rgb(168,131,178); }
td.TdClassName
{
border-color: #A883B2;
}
.TagClassName
{
border-color: #A883B2;
}
</style>