Shades of East Side #A679AF
Tints of East Side #A679AF
RGB
CMYK
RGB Variations
Color information
#A679AF (or 0xA679AF) is known color: East Side. HEX triplet: A6, 79 and AF. RGB value is (166,121,175). Sum of RGB (Red+Green+Blue) = 166+121+175=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #A679AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A679AF is #598650. Grayscale: #8C8C8C. Windows color (decimal): -5867089 or 11499942. OLE color: 11499942.
HSL color Cylindrical-coordinate representation of color #A679AF: hue angle of 290º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A679AF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 121 | 175 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.31 |
| HSL | 290º | 0.25% | 0.58% | - |
| HSV(B) | 290º | 0.31% | 0.69% | - |
| XYZ | 30.3 | 24.88 | 43.76 | - |
| YUV | 140.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 175 | 0.05 | 0.31 | 0 | 0.31 | 290 | 0.25 | 0.58 |
| Hex | A6 | 79 | AF | 5 | 1F | 0 | 1F | 122 | 19 | 3A |
| Octal | 246 | 171 | 257 | 5 | 37 | 0 | 37 | 442 | 31 | 72 |
| Binary | 10100110 | 1111001 | 10101111 | 101 | 11111 | 0 | 11111 | 100100010 | 11001 | 111010 |
Color Harmonies of #A679AF
Complementary color
Monochromatic Colors of #A679AF
Black with #A679AF
Text Example
Text Example
White with #A679AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679AF; }
p { color: rgb(166,121,175); }
H1.HeaderClassName
{
color: #A679AF;
}
.AnyTagClassName
{
color: #A679AF;
}
</style>
background-color css
<style>
a { background-color: #A679AF; }
a { background-color: rgb(166,121,175); }
div.DivClassName
{
background-color: #A679AF;
}
.BgClassName
{
background-color: #A679AF;
}
</style>
border-color css
<style>
span { border-color: #A679AF; }
span { border-color: rgb(166,121,175); }
td.TdClassName
{
border-color: #A679AF;
}
.TagClassName
{
border-color: #A679AF;
}
</style>