Shades of East Side #A37EC2
Tints of East Side #A37EC2
RGB
CMYK
RGB Variations
Color information
#A37EC2 (or 0xA37EC2) is known color: East Side. HEX triplet: A3, 7E and C2. RGB value is (163,126,194). Sum of RGB (Red+Green+Blue) = 163+126+194=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #A37EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EC2 is #5C813D. Grayscale: #909090. Windows color (decimal): -6062398 or 12746403. OLE color: 12746403.
HSL color Cylindrical-coordinate representation of color #A37EC2: hue angle of 272.65º 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 #A37EC2 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 126 | 194 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.24 |
| HSL | 272.65º | 0.36% | 0.63% | - |
| HSV(B) | 272.65º | 0.35% | 0.76% | - |
| XYZ | 32.3 | 26.6 | 54.47 | - |
| YUV | 144.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 194 | 0.16 | 0.35 | 0 | 0.24 | 272.65 | 0.36 | 0.63 |
| Hex | A3 | 7E | C2 | 10 | 23 | 0 | 18 | 111 | 24 | 3F |
| Octal | 243 | 176 | 302 | 20 | 43 | 0 | 30 | 421 | 44 | 77 |
| Binary | 10100011 | 1111110 | 11000010 | 10000 | 100011 | 0 | 11000 | 100010001 | 100100 | 111111 |
Color Harmonies of #A37EC2
Complementary color
Monochromatic Colors of #A37EC2
Black with #A37EC2
Text Example
Text Example
White with #A37EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EC2; }
p { color: rgb(163,126,194); }
H1.HeaderClassName
{
color: #A37EC2;
}
.AnyTagClassName
{
color: #A37EC2;
}
</style>
background-color css
<style>
a { background-color: #A37EC2; }
a { background-color: rgb(163,126,194); }
div.DivClassName
{
background-color: #A37EC2;
}
.BgClassName
{
background-color: #A37EC2;
}
</style>
border-color css
<style>
span { border-color: #A37EC2; }
span { border-color: rgb(163,126,194); }
td.TdClassName
{
border-color: #A37EC2;
}
.TagClassName
{
border-color: #A37EC2;
}
</style>