Shades of East Side #A696AF
Tints of East Side #A696AF
RGB
CMYK
RGB Variations
Color information
#A696AF (or 0xA696AF) is known color: East Side. HEX triplet: A6, 96 and AF. RGB value is (166,150,175). Sum of RGB (Red+Green+Blue) = 166+150+175=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #A696AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A696AF is #596950. Grayscale: #9D9D9D. Windows color (decimal): -5859665 or 11507366. OLE color: 11507366.
HSL color Cylindrical-coordinate representation of color #A696AF: hue angle of 278.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A696AF is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 150 | 175 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.31 |
| HSL | 278.4º | 0.14% | 0.64% | - |
| HSV(B) | 278.4º | 0.14% | 0.69% | - |
| XYZ | 34.37 | 33.01 | 45.12 | - |
| YUV | 157.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 175 | 0.05 | 0.14 | 0 | 0.31 | 278.4 | 0.14 | 0.64 |
| Hex | A6 | 96 | AF | 5 | E | 0 | 1F | 116 | E | 40 |
| Octal | 246 | 226 | 257 | 5 | 16 | 0 | 37 | 426 | 16 | 100 |
| Binary | 10100110 | 10010110 | 10101111 | 101 | 1110 | 0 | 11111 | 100010110 | 1110 | 1000000 |
Color Harmonies of #A696AF
Complementary color
Monochromatic Colors of #A696AF
Black with #A696AF
Text Example
Text Example
White with #A696AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696AF; }
p { color: rgb(166,150,175); }
H1.HeaderClassName
{
color: #A696AF;
}
.AnyTagClassName
{
color: #A696AF;
}
</style>
background-color css
<style>
a { background-color: #A696AF; }
a { background-color: rgb(166,150,175); }
div.DivClassName
{
background-color: #A696AF;
}
.BgClassName
{
background-color: #A696AF;
}
</style>
border-color css
<style>
span { border-color: #A696AF; }
span { border-color: rgb(166,150,175); }
td.TdClassName
{
border-color: #A696AF;
}
.TagClassName
{
border-color: #A696AF;
}
</style>