Shades of East Side #A683B3
Tints of East Side #A683B3
RGB
CMYK
RGB Variations
Color information
#A683B3 (or 0xA683B3) is known color: East Side. HEX triplet: A6, 83 and B3. RGB value is (166,131,179). Sum of RGB (Red+Green+Blue) = 166+131+179=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #A683B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683B3 is #597C4C. Grayscale: #929292. Windows color (decimal): -5864525 or 11764646. OLE color: 11764646.
HSL color Cylindrical-coordinate representation of color #A683B3: hue angle of 283.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A683B3 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 131 | 179 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.30 |
| HSL | 283.75º | 0.24% | 0.61% | - |
| HSV(B) | 283.75º | 0.27% | 0.7% | - |
| XYZ | 31.98 | 27.59 | 46.29 | - |
| YUV | 146.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 179 | 0.07 | 0.27 | 0 | 0.30 | 283.75 | 0.24 | 0.61 |
| Hex | A6 | 83 | B3 | 7 | 1B | 0 | 1E | 11C | 18 | 3D |
| Octal | 246 | 203 | 263 | 7 | 33 | 0 | 36 | 434 | 30 | 75 |
| Binary | 10100110 | 10000011 | 10110011 | 111 | 11011 | 0 | 11110 | 100011100 | 11000 | 111101 |
Color Harmonies of #A683B3
Complementary color
Monochromatic Colors of #A683B3
Black with #A683B3
Text Example
Text Example
White with #A683B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A683B3; }
p { color: rgb(166,131,179); }
H1.HeaderClassName
{
color: #A683B3;
}
.AnyTagClassName
{
color: #A683B3;
}
</style>
background-color css
<style>
a { background-color: #A683B3; }
a { background-color: rgb(166,131,179); }
div.DivClassName
{
background-color: #A683B3;
}
.BgClassName
{
background-color: #A683B3;
}
</style>
border-color css
<style>
span { border-color: #A683B3; }
span { border-color: rgb(166,131,179); }
td.TdClassName
{
border-color: #A683B3;
}
.TagClassName
{
border-color: #A683B3;
}
</style>