Shades of East Side #A68ABC
Tints of East Side #A68ABC
RGB
CMYK
RGB Variations
Color information
#A68ABC (or 0xA68ABC) is known color: East Side. HEX triplet: A6, 8A and BC. RGB value is (166,138,188). Sum of RGB (Red+Green+Blue) = 166+138+188=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #A68ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ABC is #597543. Grayscale: #979797. Windows color (decimal): -5862724 or 12356262. OLE color: 12356262.
HSL color Cylindrical-coordinate representation of color #A68ABC: hue angle of 273.6º degrees, saturation: 0.27, 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 #A68ABC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 138 | 188 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.26 |
| HSL | 273.6º | 0.27% | 0.64% | - |
| HSV(B) | 273.6º | 0.27% | 0.74% | - |
| XYZ | 33.89 | 29.91 | 51.56 | - |
| YUV | 152.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 188 | 0.12 | 0.27 | 0 | 0.26 | 273.6 | 0.27 | 0.64 |
| Hex | A6 | 8A | BC | C | 1B | 0 | 1A | 112 | 1B | 40 |
| Octal | 246 | 212 | 274 | 14 | 33 | 0 | 32 | 422 | 33 | 100 |
| Binary | 10100110 | 10001010 | 10111100 | 1100 | 11011 | 0 | 11010 | 100010010 | 11011 | 1000000 |
Color Harmonies of #A68ABC
Complementary color
Monochromatic Colors of #A68ABC
Black with #A68ABC
Text Example
Text Example
White with #A68ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68ABC; }
p { color: rgb(166,138,188); }
H1.HeaderClassName
{
color: #A68ABC;
}
.AnyTagClassName
{
color: #A68ABC;
}
</style>
background-color css
<style>
a { background-color: #A68ABC; }
a { background-color: rgb(166,138,188); }
div.DivClassName
{
background-color: #A68ABC;
}
.BgClassName
{
background-color: #A68ABC;
}
</style>
border-color css
<style>
span { border-color: #A68ABC; }
span { border-color: rgb(166,138,188); }
td.TdClassName
{
border-color: #A68ABC;
}
.TagClassName
{
border-color: #A68ABC;
}
</style>