Shades of East Side #A883BD
Tints of East Side #A883BD
RGB
CMYK
RGB Variations
Color information
#A883BD (or 0xA883BD) is known color: East Side. HEX triplet: A8, 83 and BD. RGB value is (168,131,189). Sum of RGB (Red+Green+Blue) = 168+131+189=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A883BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883BD is #577C42. Grayscale: #949494. Windows color (decimal): -5733443 or 12420008. OLE color: 12420008.
HSL color Cylindrical-coordinate representation of color #A883BD: hue angle of 278.28º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A883BD is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 131 | 189 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.26 |
| HSL | 278.28º | 0.31% | 0.63% | - |
| HSV(B) | 278.28º | 0.31% | 0.74% | - |
| XYZ | 33.45 | 28.23 | 51.83 | - |
| YUV | 148.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 189 | 0.11 | 0.31 | 0 | 0.26 | 278.28 | 0.31 | 0.63 |
| Hex | A8 | 83 | BD | B | 1F | 0 | 1A | 116 | 1F | 3F |
| Octal | 250 | 203 | 275 | 13 | 37 | 0 | 32 | 426 | 37 | 77 |
| Binary | 10101000 | 10000011 | 10111101 | 1011 | 11111 | 0 | 11010 | 100010110 | 11111 | 111111 |
Color Harmonies of #A883BD
Complementary color
Monochromatic Colors of #A883BD
Black with #A883BD
Text Example
Text Example
White with #A883BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883BD; }
p { color: rgb(168,131,189); }
H1.HeaderClassName
{
color: #A883BD;
}
.AnyTagClassName
{
color: #A883BD;
}
</style>
background-color css
<style>
a { background-color: #A883BD; }
a { background-color: rgb(168,131,189); }
div.DivClassName
{
background-color: #A883BD;
}
.BgClassName
{
background-color: #A883BD;
}
</style>
border-color css
<style>
span { border-color: #A883BD; }
span { border-color: rgb(168,131,189); }
td.TdClassName
{
border-color: #A883BD;
}
.TagClassName
{
border-color: #A883BD;
}
</style>