Shades of East Side #A683AF
Tints of East Side #A683AF
RGB
CMYK
RGB Variations
Color information
#A683AF (or 0xA683AF) is known color: East Side. HEX triplet: A6, 83 and AF. RGB value is (166,131,175). Sum of RGB (Red+Green+Blue) = 166+131+175=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #A683AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A683AF is #597C50. Grayscale: #929292. Windows color (decimal): -5864529 or 11502502. OLE color: 11502502.
HSL color Cylindrical-coordinate representation of color #A683AF: hue angle of 287.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A683AF is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 131 | 175 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.31 |
| HSL | 287.73º | 0.22% | 0.6% | - |
| HSV(B) | 287.73º | 0.25% | 0.69% | - |
| XYZ | 31.58 | 27.43 | 44.19 | - |
| YUV | 146.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 175 | 0.05 | 0.25 | 0 | 0.31 | 287.73 | 0.22 | 0.6 |
| Hex | A6 | 83 | AF | 5 | 19 | 0 | 1F | 120 | 16 | 3C |
| Octal | 246 | 203 | 257 | 5 | 31 | 0 | 37 | 440 | 26 | 74 |
| Binary | 10100110 | 10000011 | 10101111 | 101 | 11001 | 0 | 11111 | 100100000 | 10110 | 111100 |
Color Harmonies of #A683AF
Complementary color
Monochromatic Colors of #A683AF
Black with #A683AF
Text Example
Text Example
White with #A683AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A683AF; }
p { color: rgb(166,131,175); }
H1.HeaderClassName
{
color: #A683AF;
}
.AnyTagClassName
{
color: #A683AF;
}
</style>
background-color css
<style>
a { background-color: #A683AF; }
a { background-color: rgb(166,131,175); }
div.DivClassName
{
background-color: #A683AF;
}
.BgClassName
{
background-color: #A683AF;
}
</style>
border-color css
<style>
span { border-color: #A683AF; }
span { border-color: rgb(166,131,175); }
td.TdClassName
{
border-color: #A683AF;
}
.TagClassName
{
border-color: #A683AF;
}
</style>