Shades of East Side #A37FC1
Tints of East Side #A37FC1
RGB
CMYK
RGB Variations
Color information
#A37FC1 (or 0xA37FC1) is known color: East Side. HEX triplet: A3, 7F and C1. RGB value is (163,127,193). Sum of RGB (Red+Green+Blue) = 163+127+193=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #A37FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FC1 is #5C803E. Grayscale: #919191. Windows color (decimal): -6062143 or 12681123. OLE color: 12681123.
HSL color Cylindrical-coordinate representation of color #A37FC1: hue angle of 272.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A37FC1 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 127 | 193 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.24 |
| HSL | 272.73º | 0.35% | 0.63% | - |
| HSV(B) | 272.73º | 0.34% | 0.76% | - |
| XYZ | 32.32 | 26.82 | 53.92 | - |
| YUV | 145.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 193 | 0.16 | 0.34 | 0 | 0.24 | 272.73 | 0.35 | 0.63 |
| Hex | A3 | 7F | C1 | 10 | 22 | 0 | 18 | 111 | 23 | 3F |
| Octal | 243 | 177 | 301 | 20 | 42 | 0 | 30 | 421 | 43 | 77 |
| Binary | 10100011 | 1111111 | 11000001 | 10000 | 100010 | 0 | 11000 | 100010001 | 100011 | 111111 |
Color Harmonies of #A37FC1
Complementary color
Monochromatic Colors of #A37FC1
Black with #A37FC1
Text Example
Text Example
White with #A37FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FC1; }
p { color: rgb(163,127,193); }
H1.HeaderClassName
{
color: #A37FC1;
}
.AnyTagClassName
{
color: #A37FC1;
}
</style>
background-color css
<style>
a { background-color: #A37FC1; }
a { background-color: rgb(163,127,193); }
div.DivClassName
{
background-color: #A37FC1;
}
.BgClassName
{
background-color: #A37FC1;
}
</style>
border-color css
<style>
span { border-color: #A37FC1; }
span { border-color: rgb(163,127,193); }
td.TdClassName
{
border-color: #A37FC1;
}
.TagClassName
{
border-color: #A37FC1;
}
</style>