Shades of East Side #A67AC2
Tints of East Side #A67AC2
RGB
CMYK
RGB Variations
Color information
#A67AC2 (or 0xA67AC2) is known color: East Side. HEX triplet: A6, 7A and C2. RGB value is (166,122,194). Sum of RGB (Red+Green+Blue) = 166+122+194=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #A67AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AC2 is #59853D. Grayscale: #8F8F8F. Windows color (decimal): -5866814 or 12745382. OLE color: 12745382.
HSL color Cylindrical-coordinate representation of color #A67AC2: hue angle of 276.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A67AC2 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 122 | 194 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.24 |
| HSL | 276.67º | 0.37% | 0.62% | - |
| HSV(B) | 276.67º | 0.37% | 0.76% | - |
| XYZ | 32.42 | 25.92 | 54.33 | - |
| YUV | 143.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 194 | 0.14 | 0.37 | 0 | 0.24 | 276.67 | 0.37 | 0.62 |
| Hex | A6 | 7A | C2 | E | 25 | 0 | 18 | 115 | 25 | 3E |
| Octal | 246 | 172 | 302 | 16 | 45 | 0 | 30 | 425 | 45 | 76 |
| Binary | 10100110 | 1111010 | 11000010 | 1110 | 100101 | 0 | 11000 | 100010101 | 100101 | 111110 |
Color Harmonies of #A67AC2
Complementary color
Monochromatic Colors of #A67AC2
Black with #A67AC2
Text Example
Text Example
White with #A67AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AC2; }
p { color: rgb(166,122,194); }
H1.HeaderClassName
{
color: #A67AC2;
}
.AnyTagClassName
{
color: #A67AC2;
}
</style>
background-color css
<style>
a { background-color: #A67AC2; }
a { background-color: rgb(166,122,194); }
div.DivClassName
{
background-color: #A67AC2;
}
.BgClassName
{
background-color: #A67AC2;
}
</style>
border-color css
<style>
span { border-color: #A67AC2; }
span { border-color: rgb(166,122,194); }
td.TdClassName
{
border-color: #A67AC2;
}
.TagClassName
{
border-color: #A67AC2;
}
</style>