Shades of East Side #A37FC3
Tints of East Side #A37FC3
RGB
CMYK
RGB Variations
Color information
#A37FC3 (or 0xA37FC3) is known color: East Side. HEX triplet: A3, 7F and C3. RGB value is (163,127,195). Sum of RGB (Red+Green+Blue) = 163+127+195=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #A37FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FC3 is #5C803C. Grayscale: #919191. Windows color (decimal): -6062141 or 12812195. OLE color: 12812195.
HSL color Cylindrical-coordinate representation of color #A37FC3: hue angle of 271.76º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A37FC3 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 127 | 195 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.24 |
| HSL | 271.76º | 0.36% | 0.63% | - |
| HSV(B) | 271.76º | 0.35% | 0.76% | - |
| XYZ | 32.54 | 26.91 | 55.11 | - |
| YUV | 145.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 195 | 0.16 | 0.35 | 0 | 0.24 | 271.76 | 0.36 | 0.63 |
| Hex | A3 | 7F | C3 | 10 | 23 | 0 | 18 | 110 | 24 | 3F |
| Octal | 243 | 177 | 303 | 20 | 43 | 0 | 30 | 420 | 44 | 77 |
| Binary | 10100011 | 1111111 | 11000011 | 10000 | 100011 | 0 | 11000 | 100010000 | 100100 | 111111 |
Color Harmonies of #A37FC3
Complementary color
Monochromatic Colors of #A37FC3
Black with #A37FC3
Text Example
Text Example
White with #A37FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FC3; }
p { color: rgb(163,127,195); }
H1.HeaderClassName
{
color: #A37FC3;
}
.AnyTagClassName
{
color: #A37FC3;
}
</style>
background-color css
<style>
a { background-color: #A37FC3; }
a { background-color: rgb(163,127,195); }
div.DivClassName
{
background-color: #A37FC3;
}
.BgClassName
{
background-color: #A37FC3;
}
</style>
border-color css
<style>
span { border-color: #A37FC3; }
span { border-color: rgb(163,127,195); }
td.TdClassName
{
border-color: #A37FC3;
}
.TagClassName
{
border-color: #A37FC3;
}
</style>