Shades of East Side #A392AC
Tints of East Side #A392AC
RGB
CMYK
RGB Variations
Color information
#A392AC (or 0xA392AC) is known color: East Side. HEX triplet: A3, 92 and AC. RGB value is (163,146,172). Sum of RGB (Red+Green+Blue) = 163+146+172=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #A392AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A392AC is #5C6D53. Grayscale: #999999. Windows color (decimal): -6057300 or 11309731. OLE color: 11309731.
HSL color Cylindrical-coordinate representation of color #A392AC: hue angle of 279.23º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A392AC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 146 | 172 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.33 |
| HSL | 279.23º | 0.14% | 0.62% | - |
| HSV(B) | 279.23º | 0.15% | 0.67% | - |
| XYZ | 32.83 | 31.32 | 43.35 | - |
| YUV | 154.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 172 | 0.05 | 0.15 | 0 | 0.33 | 279.23 | 0.14 | 0.62 |
| Hex | A3 | 92 | AC | 5 | F | 0 | 21 | 117 | E | 3E |
| Octal | 243 | 222 | 254 | 5 | 17 | 0 | 41 | 427 | 16 | 76 |
| Binary | 10100011 | 10010010 | 10101100 | 101 | 1111 | 0 | 100001 | 100010111 | 1110 | 111110 |
Color Harmonies of #A392AC
Complementary color
Monochromatic Colors of #A392AC
Black with #A392AC
Text Example
Text Example
White with #A392AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392AC; }
p { color: rgb(163,146,172); }
H1.HeaderClassName
{
color: #A392AC;
}
.AnyTagClassName
{
color: #A392AC;
}
</style>
background-color css
<style>
a { background-color: #A392AC; }
a { background-color: rgb(163,146,172); }
div.DivClassName
{
background-color: #A392AC;
}
.BgClassName
{
background-color: #A392AC;
}
</style>
border-color css
<style>
span { border-color: #A392AC; }
span { border-color: rgb(163,146,172); }
td.TdClassName
{
border-color: #A392AC;
}
.TagClassName
{
border-color: #A392AC;
}
</style>