Shades of East Side #A893C0
Tints of East Side #A893C0
RGB
CMYK
RGB Variations
Color information
#A893C0 (or 0xA893C0) is known color: East Side. HEX triplet: A8, 93 and C0. RGB value is (168,147,192). Sum of RGB (Red+Green+Blue) = 168+147+192=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #A893C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893C0 is #576C3F. Grayscale: #9E9E9E. Windows color (decimal): -5729344 or 12620712. OLE color: 12620712.
HSL color Cylindrical-coordinate representation of color #A893C0: hue angle of 268º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A893C0 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 147 | 192 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.25 |
| HSL | 268º | 0.26% | 0.66% | - |
| HSV(B) | 268º | 0.23% | 0.75% | - |
| XYZ | 36.1 | 33 | 54.34 | - |
| YUV | 158.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 192 | 0.12 | 0.23 | 0 | 0.25 | 268 | 0.26 | 0.66 |
| Hex | A8 | 93 | C0 | C | 17 | 0 | 19 | 10C | 1A | 42 |
| Octal | 250 | 223 | 300 | 14 | 27 | 0 | 31 | 414 | 32 | 102 |
| Binary | 10101000 | 10010011 | 11000000 | 1100 | 10111 | 0 | 11001 | 100001100 | 11010 | 1000010 |
Color Harmonies of #A893C0
Complementary color
Monochromatic Colors of #A893C0
Black with #A893C0
Text Example
Text Example
White with #A893C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A893C0; }
p { color: rgb(168,147,192); }
H1.HeaderClassName
{
color: #A893C0;
}
.AnyTagClassName
{
color: #A893C0;
}
</style>
background-color css
<style>
a { background-color: #A893C0; }
a { background-color: rgb(168,147,192); }
div.DivClassName
{
background-color: #A893C0;
}
.BgClassName
{
background-color: #A893C0;
}
</style>
border-color css
<style>
span { border-color: #A893C0; }
span { border-color: rgb(168,147,192); }
td.TdClassName
{
border-color: #A893C0;
}
.TagClassName
{
border-color: #A893C0;
}
</style>