Shades of East Side #A883BB
Tints of East Side #A883BB
RGB
CMYK
RGB Variations
Color information
#A883BB (or 0xA883BB) is known color: East Side. HEX triplet: A8, 83 and BB. RGB value is (168,131,187). Sum of RGB (Red+Green+Blue) = 168+131+187=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #A883BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883BB is #577C44. Grayscale: #949494. Windows color (decimal): -5733445 or 12288936. OLE color: 12288936.
HSL color Cylindrical-coordinate representation of color #A883BB: hue angle of 279.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A883BB is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 131 | 187 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.27 |
| HSL | 279.64º | 0.29% | 0.62% | - |
| HSV(B) | 279.64º | 0.3% | 0.73% | - |
| XYZ | 33.23 | 28.15 | 50.69 | - |
| YUV | 148.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 187 | 0.10 | 0.30 | 0 | 0.27 | 279.64 | 0.29 | 0.62 |
| Hex | A8 | 83 | BB | A | 1E | 0 | 1B | 118 | 1D | 3E |
| Octal | 250 | 203 | 273 | 12 | 36 | 0 | 33 | 430 | 35 | 76 |
| Binary | 10101000 | 10000011 | 10111011 | 1010 | 11110 | 0 | 11011 | 100011000 | 11101 | 111110 |
Color Harmonies of #A883BB
Complementary color
Monochromatic Colors of #A883BB
Black with #A883BB
Text Example
Text Example
White with #A883BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883BB; }
p { color: rgb(168,131,187); }
H1.HeaderClassName
{
color: #A883BB;
}
.AnyTagClassName
{
color: #A883BB;
}
</style>
background-color css
<style>
a { background-color: #A883BB; }
a { background-color: rgb(168,131,187); }
div.DivClassName
{
background-color: #A883BB;
}
.BgClassName
{
background-color: #A883BB;
}
</style>
border-color css
<style>
span { border-color: #A883BB; }
span { border-color: rgb(168,131,187); }
td.TdClassName
{
border-color: #A883BB;
}
.TagClassName
{
border-color: #A883BB;
}
</style>