Shades of East Side #A885C2
Tints of East Side #A885C2
RGB
CMYK
RGB Variations
Color information
#A885C2 (or 0xA885C2) is known color: East Side. HEX triplet: A8, 85 and C2. RGB value is (168,133,194). Sum of RGB (Red+Green+Blue) = 168+133+194=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #A885C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885C2 is #577A3D. Grayscale: #969696. Windows color (decimal): -5732926 or 12748200. OLE color: 12748200.
HSL color Cylindrical-coordinate representation of color #A885C2: hue angle of 274.43º 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 #A885C2 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 133 | 194 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.24 |
| HSL | 274.43º | 0.33% | 0.64% | - |
| HSV(B) | 274.43º | 0.31% | 0.76% | - |
| XYZ | 34.27 | 28.99 | 54.83 | - |
| YUV | 150.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 194 | 0.13 | 0.31 | 0 | 0.24 | 274.43 | 0.33 | 0.64 |
| Hex | A8 | 85 | C2 | D | 1F | 0 | 18 | 112 | 21 | 40 |
| Octal | 250 | 205 | 302 | 15 | 37 | 0 | 30 | 422 | 41 | 100 |
| Binary | 10101000 | 10000101 | 11000010 | 1101 | 11111 | 0 | 11000 | 100010010 | 100001 | 1000000 |
Color Harmonies of #A885C2
Complementary color
Monochromatic Colors of #A885C2
Black with #A885C2
Text Example
Text Example
White with #A885C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885C2; }
p { color: rgb(168,133,194); }
H1.HeaderClassName
{
color: #A885C2;
}
.AnyTagClassName
{
color: #A885C2;
}
</style>
background-color css
<style>
a { background-color: #A885C2; }
a { background-color: rgb(168,133,194); }
div.DivClassName
{
background-color: #A885C2;
}
.BgClassName
{
background-color: #A885C2;
}
</style>
border-color css
<style>
span { border-color: #A885C2; }
span { border-color: rgb(168,133,194); }
td.TdClassName
{
border-color: #A885C2;
}
.TagClassName
{
border-color: #A885C2;
}
</style>