Shades of East Side #A37FC2
Tints of East Side #A37FC2
RGB
CMYK
RGB Variations
Color information
#A37FC2 (or 0xA37FC2) is known color: East Side. HEX triplet: A3, 7F and C2. RGB value is (163,127,194). Sum of RGB (Red+Green+Blue) = 163+127+194=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #A37FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FC2 is #5C803D. Grayscale: #919191. Windows color (decimal): -6062142 or 12746659. OLE color: 12746659.
HSL color Cylindrical-coordinate representation of color #A37FC2: hue angle of 272.24º degrees, saturation: 0.35, 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 #A37FC2 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 127 | 194 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.24 |
| HSL | 272.24º | 0.35% | 0.63% | - |
| HSV(B) | 272.24º | 0.35% | 0.76% | - |
| XYZ | 32.43 | 26.86 | 54.51 | - |
| YUV | 145.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 194 | 0.16 | 0.35 | 0 | 0.24 | 272.24 | 0.35 | 0.63 |
| Hex | A3 | 7F | C2 | 10 | 23 | 0 | 18 | 110 | 23 | 3F |
| Octal | 243 | 177 | 302 | 20 | 43 | 0 | 30 | 420 | 43 | 77 |
| Binary | 10100011 | 1111111 | 11000010 | 10000 | 100011 | 0 | 11000 | 100010000 | 100011 | 111111 |
Color Harmonies of #A37FC2
Complementary color
Monochromatic Colors of #A37FC2
Black with #A37FC2
Text Example
Text Example
White with #A37FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FC2; }
p { color: rgb(163,127,194); }
H1.HeaderClassName
{
color: #A37FC2;
}
.AnyTagClassName
{
color: #A37FC2;
}
</style>
background-color css
<style>
a { background-color: #A37FC2; }
a { background-color: rgb(163,127,194); }
div.DivClassName
{
background-color: #A37FC2;
}
.BgClassName
{
background-color: #A37FC2;
}
</style>
border-color css
<style>
span { border-color: #A37FC2; }
span { border-color: rgb(163,127,194); }
td.TdClassName
{
border-color: #A37FC2;
}
.TagClassName
{
border-color: #A37FC2;
}
</style>