Shades of East Side #A885C1
Tints of East Side #A885C1
RGB
CMYK
RGB Variations
Color information
#A885C1 (or 0xA885C1) is known color: East Side. HEX triplet: A8, 85 and C1. RGB value is (168,133,193). Sum of RGB (Red+Green+Blue) = 168+133+193=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #A885C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885C1 is #577A3E. Grayscale: #969696. Windows color (decimal): -5732927 or 12682664. OLE color: 12682664.
HSL color Cylindrical-coordinate representation of color #A885C1: hue angle of 275º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A885C1 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 133 | 193 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.24 |
| HSL | 275º | 0.33% | 0.64% | - |
| HSV(B) | 275º | 0.31% | 0.76% | - |
| XYZ | 34.16 | 28.95 | 54.24 | - |
| YUV | 150.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 193 | 0.13 | 0.31 | 0 | 0.24 | 275 | 0.33 | 0.64 |
| Hex | A8 | 85 | C1 | D | 1F | 0 | 18 | 113 | 21 | 40 |
| Octal | 250 | 205 | 301 | 15 | 37 | 0 | 30 | 423 | 41 | 100 |
| Binary | 10101000 | 10000101 | 11000001 | 1101 | 11111 | 0 | 11000 | 100010011 | 100001 | 1000000 |
Color Harmonies of #A885C1
Complementary color
Monochromatic Colors of #A885C1
Black with #A885C1
Text Example
Text Example
White with #A885C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885C1; }
p { color: rgb(168,133,193); }
H1.HeaderClassName
{
color: #A885C1;
}
.AnyTagClassName
{
color: #A885C1;
}
</style>
background-color css
<style>
a { background-color: #A885C1; }
a { background-color: rgb(168,133,193); }
div.DivClassName
{
background-color: #A885C1;
}
.BgClassName
{
background-color: #A885C1;
}
</style>
border-color css
<style>
span { border-color: #A885C1; }
span { border-color: rgb(168,133,193); }
td.TdClassName
{
border-color: #A885C1;
}
.TagClassName
{
border-color: #A885C1;
}
</style>