Shades of East Side #A68AC2
Tints of East Side #A68AC2
RGB
CMYK
RGB Variations
Color information
#A68AC2 (or 0xA68AC2) is known color: East Side. HEX triplet: A6, 8A and C2. RGB value is (166,138,194). Sum of RGB (Red+Green+Blue) = 166+138+194=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #A68AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AC2 is #59753D. Grayscale: #989898. Windows color (decimal): -5862718 or 12749478. OLE color: 12749478.
HSL color Cylindrical-coordinate representation of color #A68AC2: hue angle of 270º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A68AC2 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 138 | 194 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.24 |
| HSL | 270º | 0.31% | 0.65% | - |
| HSV(B) | 270º | 0.29% | 0.76% | - |
| XYZ | 34.55 | 30.18 | 55.04 | - |
| YUV | 152.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 194 | 0.14 | 0.29 | 0 | 0.24 | 270 | 0.31 | 0.65 |
| Hex | A6 | 8A | C2 | E | 1D | 0 | 18 | 10E | 1F | 41 |
| Octal | 246 | 212 | 302 | 16 | 35 | 0 | 30 | 416 | 37 | 101 |
| Binary | 10100110 | 10001010 | 11000010 | 1110 | 11101 | 0 | 11000 | 100001110 | 11111 | 1000001 |
Color Harmonies of #A68AC2
Complementary color
Monochromatic Colors of #A68AC2
Black with #A68AC2
Text Example
Text Example
White with #A68AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AC2; }
p { color: rgb(166,138,194); }
H1.HeaderClassName
{
color: #A68AC2;
}
.AnyTagClassName
{
color: #A68AC2;
}
</style>
background-color css
<style>
a { background-color: #A68AC2; }
a { background-color: rgb(166,138,194); }
div.DivClassName
{
background-color: #A68AC2;
}
.BgClassName
{
background-color: #A68AC2;
}
</style>
border-color css
<style>
span { border-color: #A68AC2; }
span { border-color: rgb(166,138,194); }
td.TdClassName
{
border-color: #A68AC2;
}
.TagClassName
{
border-color: #A68AC2;
}
</style>