Shades of East Side #A68DC1
Tints of East Side #A68DC1
RGB
CMYK
RGB Variations
Color information
#A68DC1 (or 0xA68DC1) is known color: East Side. HEX triplet: A6, 8D and C1. RGB value is (166,141,193). Sum of RGB (Red+Green+Blue) = 166+141+193=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #A68DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DC1 is #59723E. Grayscale: #9A9A9A. Windows color (decimal): -5861951 or 12684710. OLE color: 12684710.
HSL color Cylindrical-coordinate representation of color #A68DC1: hue angle of 268.85º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A68DC1 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 141 | 193 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.24 |
| HSL | 268.85º | 0.3% | 0.65% | - |
| HSV(B) | 268.85º | 0.27% | 0.76% | - |
| XYZ | 34.88 | 31.01 | 54.6 | - |
| YUV | 154.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 193 | 0.14 | 0.27 | 0 | 0.24 | 268.85 | 0.3 | 0.65 |
| Hex | A6 | 8D | C1 | E | 1B | 0 | 18 | 10D | 1E | 41 |
| Octal | 246 | 215 | 301 | 16 | 33 | 0 | 30 | 415 | 36 | 101 |
| Binary | 10100110 | 10001101 | 11000001 | 1110 | 11011 | 0 | 11000 | 100001101 | 11110 | 1000001 |
Color Harmonies of #A68DC1
Complementary color
Monochromatic Colors of #A68DC1
Black with #A68DC1
Text Example
Text Example
White with #A68DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DC1; }
p { color: rgb(166,141,193); }
H1.HeaderClassName
{
color: #A68DC1;
}
.AnyTagClassName
{
color: #A68DC1;
}
</style>
background-color css
<style>
a { background-color: #A68DC1; }
a { background-color: rgb(166,141,193); }
div.DivClassName
{
background-color: #A68DC1;
}
.BgClassName
{
background-color: #A68DC1;
}
</style>
border-color css
<style>
span { border-color: #A68DC1; }
span { border-color: rgb(166,141,193); }
td.TdClassName
{
border-color: #A68DC1;
}
.TagClassName
{
border-color: #A68DC1;
}
</style>