Shades of East Side #A683C1
Tints of East Side #A683C1
RGB
CMYK
RGB Variations
Color information
#A683C1 (or 0xA683C1) is known color: East Side. HEX triplet: A6, 83 and C1. RGB value is (166,131,193). Sum of RGB (Red+Green+Blue) = 166+131+193=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #A683C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683C1 is #597C3E. Grayscale: #949494. Windows color (decimal): -5864511 or 12682150. OLE color: 12682150.
HSL color Cylindrical-coordinate representation of color #A683C1: hue angle of 273.87º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A683C1 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 131 | 193 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.24 |
| HSL | 273.87º | 0.33% | 0.64% | - |
| HSV(B) | 273.87º | 0.32% | 0.76% | - |
| XYZ | 33.47 | 28.19 | 54.13 | - |
| YUV | 148.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 193 | 0.14 | 0.32 | 0 | 0.24 | 273.87 | 0.33 | 0.64 |
| Hex | A6 | 83 | C1 | E | 20 | 0 | 18 | 112 | 21 | 40 |
| Octal | 246 | 203 | 301 | 16 | 40 | 0 | 30 | 422 | 41 | 100 |
| Binary | 10100110 | 10000011 | 11000001 | 1110 | 100000 | 0 | 11000 | 100010010 | 100001 | 1000000 |
Color Harmonies of #A683C1
Complementary color
Monochromatic Colors of #A683C1
Black with #A683C1
Text Example
Text Example
White with #A683C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A683C1; }
p { color: rgb(166,131,193); }
H1.HeaderClassName
{
color: #A683C1;
}
.AnyTagClassName
{
color: #A683C1;
}
</style>
background-color css
<style>
a { background-color: #A683C1; }
a { background-color: rgb(166,131,193); }
div.DivClassName
{
background-color: #A683C1;
}
.BgClassName
{
background-color: #A683C1;
}
</style>
border-color css
<style>
span { border-color: #A683C1; }
span { border-color: rgb(166,131,193); }
td.TdClassName
{
border-color: #A683C1;
}
.TagClassName
{
border-color: #A683C1;
}
</style>