Shades of East Side #A68DAF
Tints of East Side #A68DAF
RGB
CMYK
RGB Variations
Color information
#A68DAF (or 0xA68DAF) is known color: East Side. HEX triplet: A6, 8D and AF. RGB value is (166,141,175). Sum of RGB (Red+Green+Blue) = 166+141+175=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #A68DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68DAF is #597250. Grayscale: #989898. Windows color (decimal): -5861969 or 11505062. OLE color: 11505062.
HSL color Cylindrical-coordinate representation of color #A68DAF: hue angle of 284.12º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68DAF is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 141 | 175 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.31 |
| HSL | 284.12º | 0.18% | 0.62% | - |
| HSV(B) | 284.12º | 0.19% | 0.69% | - |
| XYZ | 32.99 | 30.25 | 44.66 | - |
| YUV | 152.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 175 | 0.05 | 0.19 | 0 | 0.31 | 284.12 | 0.18 | 0.62 |
| Hex | A6 | 8D | AF | 5 | 13 | 0 | 1F | 11C | 12 | 3E |
| Octal | 246 | 215 | 257 | 5 | 23 | 0 | 37 | 434 | 22 | 76 |
| Binary | 10100110 | 10001101 | 10101111 | 101 | 10011 | 0 | 11111 | 100011100 | 10010 | 111110 |
Color Harmonies of #A68DAF
Complementary color
Monochromatic Colors of #A68DAF
Black with #A68DAF
Text Example
Text Example
White with #A68DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DAF; }
p { color: rgb(166,141,175); }
H1.HeaderClassName
{
color: #A68DAF;
}
.AnyTagClassName
{
color: #A68DAF;
}
</style>
background-color css
<style>
a { background-color: #A68DAF; }
a { background-color: rgb(166,141,175); }
div.DivClassName
{
background-color: #A68DAF;
}
.BgClassName
{
background-color: #A68DAF;
}
</style>
border-color css
<style>
span { border-color: #A68DAF; }
span { border-color: rgb(166,141,175); }
td.TdClassName
{
border-color: #A68DAF;
}
.TagClassName
{
border-color: #A68DAF;
}
</style>