Shades of East Side #A68AB6
Tints of East Side #A68AB6
RGB
CMYK
RGB Variations
Color information
#A68AB6 (or 0xA68AB6) is known color: East Side. HEX triplet: A6, 8A and B6. RGB value is (166,138,182). Sum of RGB (Red+Green+Blue) = 166+138+182=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 182 - color contains mainly: blue. Hex color #A68AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AB6 is #597549. Grayscale: #979797. Windows color (decimal): -5862730 or 11963046. OLE color: 11963046.
HSL color Cylindrical-coordinate representation of color #A68AB6: hue angle of 278.18º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A68AB6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 138 | 182 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.29 |
| HSL | 278.18º | 0.23% | 0.63% | - |
| HSV(B) | 278.18º | 0.24% | 0.71% | - |
| XYZ | 33.26 | 29.66 | 48.23 | - |
| YUV | 151.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 182 | 0.09 | 0.24 | 0 | 0.29 | 278.18 | 0.23 | 0.63 |
| Hex | A6 | 8A | B6 | 9 | 18 | 0 | 1D | 116 | 17 | 3F |
| Octal | 246 | 212 | 266 | 11 | 30 | 0 | 35 | 426 | 27 | 77 |
| Binary | 10100110 | 10001010 | 10110110 | 1001 | 11000 | 0 | 11101 | 100010110 | 10111 | 111111 |
Color Harmonies of #A68AB6
Complementary color
Monochromatic Colors of #A68AB6
Black with #A68AB6
Text Example
Text Example
White with #A68AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AB6; }
p { color: rgb(166,138,182); }
H1.HeaderClassName
{
color: #A68AB6;
}
.AnyTagClassName
{
color: #A68AB6;
}
</style>
background-color css
<style>
a { background-color: #A68AB6; }
a { background-color: rgb(166,138,182); }
div.DivClassName
{
background-color: #A68AB6;
}
.BgClassName
{
background-color: #A68AB6;
}
</style>
border-color css
<style>
span { border-color: #A68AB6; }
span { border-color: rgb(166,138,182); }
td.TdClassName
{
border-color: #A68AB6;
}
.TagClassName
{
border-color: #A68AB6;
}
</style>