Shades of East Side #A68ABD
Tints of East Side #A68ABD
RGB
CMYK
RGB Variations
Color information
#A68ABD (or 0xA68ABD) is known color: East Side. HEX triplet: A6, 8A and BD. RGB value is (166,138,189). Sum of RGB (Red+Green+Blue) = 166+138+189=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #A68ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ABD is #597542. Grayscale: #989898. Windows color (decimal): -5862723 or 12421798. OLE color: 12421798.
HSL color Cylindrical-coordinate representation of color #A68ABD: hue angle of 272.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A68ABD is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 138 | 189 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.26 |
| HSL | 272.94º | 0.28% | 0.64% | - |
| HSV(B) | 272.94º | 0.27% | 0.74% | - |
| XYZ | 34 | 29.96 | 52.13 | - |
| YUV | 152.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 189 | 0.12 | 0.27 | 0 | 0.26 | 272.94 | 0.28 | 0.64 |
| Hex | A6 | 8A | BD | C | 1B | 0 | 1A | 111 | 1C | 40 |
| Octal | 246 | 212 | 275 | 14 | 33 | 0 | 32 | 421 | 34 | 100 |
| Binary | 10100110 | 10001010 | 10111101 | 1100 | 11011 | 0 | 11010 | 100010001 | 11100 | 1000000 |
Color Harmonies of #A68ABD
Complementary color
Monochromatic Colors of #A68ABD
Black with #A68ABD
Text Example
Text Example
White with #A68ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68ABD; }
p { color: rgb(166,138,189); }
H1.HeaderClassName
{
color: #A68ABD;
}
.AnyTagClassName
{
color: #A68ABD;
}
</style>
background-color css
<style>
a { background-color: #A68ABD; }
a { background-color: rgb(166,138,189); }
div.DivClassName
{
background-color: #A68ABD;
}
.BgClassName
{
background-color: #A68ABD;
}
</style>
border-color css
<style>
span { border-color: #A68ABD; }
span { border-color: rgb(166,138,189); }
td.TdClassName
{
border-color: #A68ABD;
}
.TagClassName
{
border-color: #A68ABD;
}
</style>