Shades of East Side #A883C3
Tints of East Side #A883C3
RGB
CMYK
RGB Variations
Color information
#A883C3 (or 0xA883C3) is known color: East Side. HEX triplet: A8, 83 and C3. RGB value is (168,131,195). Sum of RGB (Red+Green+Blue) = 168+131+195=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #A883C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883C3 is #577C3C. Grayscale: #959595. Windows color (decimal): -5733437 or 12813224. OLE color: 12813224.
HSL color Cylindrical-coordinate representation of color #A883C3: hue angle of 274.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A883C3 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 131 | 195 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.24 |
| HSL | 274.69º | 0.35% | 0.64% | - |
| HSV(B) | 274.69º | 0.33% | 0.76% | - |
| XYZ | 34.12 | 28.5 | 55.33 | - |
| YUV | 149.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 195 | 0.14 | 0.33 | 0 | 0.24 | 274.69 | 0.35 | 0.64 |
| Hex | A8 | 83 | C3 | E | 21 | 0 | 18 | 113 | 23 | 40 |
| Octal | 250 | 203 | 303 | 16 | 41 | 0 | 30 | 423 | 43 | 100 |
| Binary | 10101000 | 10000011 | 11000011 | 1110 | 100001 | 0 | 11000 | 100010011 | 100011 | 1000000 |
Color Harmonies of #A883C3
Complementary color
Monochromatic Colors of #A883C3
Black with #A883C3
Text Example
Text Example
White with #A883C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883C3; }
p { color: rgb(168,131,195); }
H1.HeaderClassName
{
color: #A883C3;
}
.AnyTagClassName
{
color: #A883C3;
}
</style>
background-color css
<style>
a { background-color: #A883C3; }
a { background-color: rgb(168,131,195); }
div.DivClassName
{
background-color: #A883C3;
}
.BgClassName
{
background-color: #A883C3;
}
</style>
border-color css
<style>
span { border-color: #A883C3; }
span { border-color: rgb(168,131,195); }
td.TdClassName
{
border-color: #A883C3;
}
.TagClassName
{
border-color: #A883C3;
}
</style>