Shades of East Side #A883BC
Tints of East Side #A883BC
RGB
CMYK
RGB Variations
Color information
#A883BC (or 0xA883BC) is known color: East Side. HEX triplet: A8, 83 and BC. RGB value is (168,131,188). Sum of RGB (Red+Green+Blue) = 168+131+188=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #A883BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883BC is #577C43. Grayscale: #949494. Windows color (decimal): -5733444 or 12354472. OLE color: 12354472.
HSL color Cylindrical-coordinate representation of color #A883BC: hue angle of 278.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A883BC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 131 | 188 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.26 |
| HSL | 278.95º | 0.3% | 0.63% | - |
| HSV(B) | 278.95º | 0.3% | 0.74% | - |
| XYZ | 33.34 | 28.19 | 51.26 | - |
| YUV | 148.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 188 | 0.11 | 0.30 | 0 | 0.26 | 278.95 | 0.3 | 0.63 |
| Hex | A8 | 83 | BC | B | 1E | 0 | 1A | 117 | 1E | 3F |
| Octal | 250 | 203 | 274 | 13 | 36 | 0 | 32 | 427 | 36 | 77 |
| Binary | 10101000 | 10000011 | 10111100 | 1011 | 11110 | 0 | 11010 | 100010111 | 11110 | 111111 |
Color Harmonies of #A883BC
Complementary color
Monochromatic Colors of #A883BC
Black with #A883BC
Text Example
Text Example
White with #A883BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883BC; }
p { color: rgb(168,131,188); }
H1.HeaderClassName
{
color: #A883BC;
}
.AnyTagClassName
{
color: #A883BC;
}
</style>
background-color css
<style>
a { background-color: #A883BC; }
a { background-color: rgb(168,131,188); }
div.DivClassName
{
background-color: #A883BC;
}
.BgClassName
{
background-color: #A883BC;
}
</style>
border-color css
<style>
span { border-color: #A883BC; }
span { border-color: rgb(168,131,188); }
td.TdClassName
{
border-color: #A883BC;
}
.TagClassName
{
border-color: #A883BC;
}
</style>