Shades of East Side #A67EC2
Tints of East Side #A67EC2
RGB
CMYK
RGB Variations
Color information
#A67EC2 (or 0xA67EC2) is known color: East Side. HEX triplet: A6, 7E and C2. RGB value is (166,126,194). Sum of RGB (Red+Green+Blue) = 166+126+194=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #A67EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67EC2 is #59813D. Grayscale: #919191. Windows color (decimal): -5865790 or 12746406. OLE color: 12746406.
HSL color Cylindrical-coordinate representation of color #A67EC2: hue angle of 275.29º 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 #A67EC2 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 126 | 194 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.24 |
| HSL | 275.29º | 0.36% | 0.63% | - |
| HSV(B) | 275.29º | 0.35% | 0.76% | - |
| XYZ | 32.92 | 26.92 | 54.5 | - |
| YUV | 145.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 194 | 0.14 | 0.35 | 0 | 0.24 | 275.29 | 0.36 | 0.63 |
| Hex | A6 | 7E | C2 | E | 23 | 0 | 18 | 113 | 24 | 3F |
| Octal | 246 | 176 | 302 | 16 | 43 | 0 | 30 | 423 | 44 | 77 |
| Binary | 10100110 | 1111110 | 11000010 | 1110 | 100011 | 0 | 11000 | 100010011 | 100100 | 111111 |
Color Harmonies of #A67EC2
Complementary color
Monochromatic Colors of #A67EC2
Black with #A67EC2
Text Example
Text Example
White with #A67EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67EC2; }
p { color: rgb(166,126,194); }
H1.HeaderClassName
{
color: #A67EC2;
}
.AnyTagClassName
{
color: #A67EC2;
}
</style>
background-color css
<style>
a { background-color: #A67EC2; }
a { background-color: rgb(166,126,194); }
div.DivClassName
{
background-color: #A67EC2;
}
.BgClassName
{
background-color: #A67EC2;
}
</style>
border-color css
<style>
span { border-color: #A67EC2; }
span { border-color: rgb(166,126,194); }
td.TdClassName
{
border-color: #A67EC2;
}
.TagClassName
{
border-color: #A67EC2;
}
</style>