Shades of East Side #A67FC1
Tints of East Side #A67FC1
RGB
CMYK
RGB Variations
Color information
#A67FC1 (or 0xA67FC1) is known color: East Side. HEX triplet: A6, 7F and C1. RGB value is (166,127,193). Sum of RGB (Red+Green+Blue) = 166+127+193=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #A67FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FC1 is #59803E. Grayscale: #919191. Windows color (decimal): -5865535 or 12681126. OLE color: 12681126.
HSL color Cylindrical-coordinate representation of color #A67FC1: hue angle of 275.45º 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 #A67FC1 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 127 | 193 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.24 |
| HSL | 275.45º | 0.35% | 0.63% | - |
| HSV(B) | 275.45º | 0.34% | 0.76% | - |
| XYZ | 32.94 | 27.14 | 53.95 | - |
| YUV | 146.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 193 | 0.14 | 0.34 | 0 | 0.24 | 275.45 | 0.35 | 0.63 |
| Hex | A6 | 7F | C1 | E | 22 | 0 | 18 | 113 | 23 | 3F |
| Octal | 246 | 177 | 301 | 16 | 42 | 0 | 30 | 423 | 43 | 77 |
| Binary | 10100110 | 1111111 | 11000001 | 1110 | 100010 | 0 | 11000 | 100010011 | 100011 | 111111 |
Color Harmonies of #A67FC1
Complementary color
Monochromatic Colors of #A67FC1
Black with #A67FC1
Text Example
Text Example
White with #A67FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67FC1; }
p { color: rgb(166,127,193); }
H1.HeaderClassName
{
color: #A67FC1;
}
.AnyTagClassName
{
color: #A67FC1;
}
</style>
background-color css
<style>
a { background-color: #A67FC1; }
a { background-color: rgb(166,127,193); }
div.DivClassName
{
background-color: #A67FC1;
}
.BgClassName
{
background-color: #A67FC1;
}
</style>
border-color css
<style>
span { border-color: #A67FC1; }
span { border-color: rgb(166,127,193); }
td.TdClassName
{
border-color: #A67FC1;
}
.TagClassName
{
border-color: #A67FC1;
}
</style>