Shades of East Side #A392B1
Tints of East Side #A392B1
RGB
CMYK
RGB Variations
Color information
#A392B1 (or 0xA392B1) is known color: East Side. HEX triplet: A3, 92 and B1. RGB value is (163,146,177). Sum of RGB (Red+Green+Blue) = 163+146+177=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #A392B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A392B1 is #5C6D4E. Grayscale: #9A9A9A. Windows color (decimal): -6057295 or 11637411. OLE color: 11637411.
HSL color Cylindrical-coordinate representation of color #A392B1: hue angle of 272.9º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A392B1 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 146 | 177 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.31 |
| HSL | 272.9º | 0.17% | 0.63% | - |
| HSV(B) | 272.9º | 0.18% | 0.69% | - |
| XYZ | 33.32 | 31.52 | 45.92 | - |
| YUV | 154.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 177 | 0.08 | 0.18 | 0 | 0.31 | 272.9 | 0.17 | 0.63 |
| Hex | A3 | 92 | B1 | 8 | 12 | 0 | 1F | 111 | 11 | 3F |
| Octal | 243 | 222 | 261 | 10 | 22 | 0 | 37 | 421 | 21 | 77 |
| Binary | 10100011 | 10010010 | 10110001 | 1000 | 10010 | 0 | 11111 | 100010001 | 10001 | 111111 |
Color Harmonies of #A392B1
Complementary color
Monochromatic Colors of #A392B1
Black with #A392B1
Text Example
Text Example
White with #A392B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392B1; }
p { color: rgb(163,146,177); }
H1.HeaderClassName
{
color: #A392B1;
}
.AnyTagClassName
{
color: #A392B1;
}
</style>
background-color css
<style>
a { background-color: #A392B1; }
a { background-color: rgb(163,146,177); }
div.DivClassName
{
background-color: #A392B1;
}
.BgClassName
{
background-color: #A392B1;
}
</style>
border-color css
<style>
span { border-color: #A392B1; }
span { border-color: rgb(163,146,177); }
td.TdClassName
{
border-color: #A392B1;
}
.TagClassName
{
border-color: #A392B1;
}
</style>