Shades of East Side #A69DAF
Tints of East Side #A69DAF
RGB
CMYK
RGB Variations
Color information
#A69DAF (or 0xA69DAF) is known color: East Side. HEX triplet: A6, 9D and AF. RGB value is (166,157,175). Sum of RGB (Red+Green+Blue) = 166+157+175=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #A69DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DAF is #596250. Grayscale: #A1A1A1. Windows color (decimal): -5857873 or 11509158. OLE color: 11509158.
HSL color Cylindrical-coordinate representation of color #A69DAF: hue angle of 270º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69DAF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 157 | 175 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.31 |
| HSL | 270º | 0.1% | 0.65% | - |
| HSV(B) | 270º | 0.1% | 0.69% | - |
| XYZ | 35.52 | 35.32 | 45.5 | - |
| YUV | 161.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 175 | 0.05 | 0.10 | 0 | 0.31 | 270 | 0.1 | 0.65 |
| Hex | A6 | 9D | AF | 5 | A | 0 | 1F | 10E | A | 41 |
| Octal | 246 | 235 | 257 | 5 | 12 | 0 | 37 | 416 | 12 | 101 |
| Binary | 10100110 | 10011101 | 10101111 | 101 | 1010 | 0 | 11111 | 100001110 | 1010 | 1000001 |
Color Harmonies of #A69DAF
Complementary color
Monochromatic Colors of #A69DAF
Black with #A69DAF
Text Example
Text Example
White with #A69DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DAF; }
p { color: rgb(166,157,175); }
H1.HeaderClassName
{
color: #A69DAF;
}
.AnyTagClassName
{
color: #A69DAF;
}
</style>
background-color css
<style>
a { background-color: #A69DAF; }
a { background-color: rgb(166,157,175); }
div.DivClassName
{
background-color: #A69DAF;
}
.BgClassName
{
background-color: #A69DAF;
}
</style>
border-color css
<style>
span { border-color: #A69DAF; }
span { border-color: rgb(166,157,175); }
td.TdClassName
{
border-color: #A69DAF;
}
.TagClassName
{
border-color: #A69DAF;
}
</style>