Shades of East Side #A392B3
Tints of East Side #A392B3
RGB
CMYK
RGB Variations
Color information
#A392B3 (or 0xA392B3) is known color: East Side. HEX triplet: A3, 92 and B3. RGB value is (163,146,179). Sum of RGB (Red+Green+Blue) = 163+146+179=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #A392B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392B3 is #5C6D4C. Grayscale: #9A9A9A. Windows color (decimal): -6057293 or 11768483. OLE color: 11768483.
HSL color Cylindrical-coordinate representation of color #A392B3: hue angle of 270.91º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A392B3 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 146 | 179 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.30 |
| HSL | 270.91º | 0.18% | 0.64% | - |
| HSV(B) | 270.91º | 0.18% | 0.7% | - |
| XYZ | 33.52 | 31.6 | 46.98 | - |
| YUV | 154.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 179 | 0.09 | 0.18 | 0 | 0.30 | 270.91 | 0.18 | 0.64 |
| Hex | A3 | 92 | B3 | 9 | 12 | 0 | 1E | 10F | 12 | 40 |
| Octal | 243 | 222 | 263 | 11 | 22 | 0 | 36 | 417 | 22 | 100 |
| Binary | 10100011 | 10010010 | 10110011 | 1001 | 10010 | 0 | 11110 | 100001111 | 10010 | 1000000 |
Color Harmonies of #A392B3
Complementary color
Monochromatic Colors of #A392B3
Black with #A392B3
Text Example
Text Example
White with #A392B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392B3; }
p { color: rgb(163,146,179); }
H1.HeaderClassName
{
color: #A392B3;
}
.AnyTagClassName
{
color: #A392B3;
}
</style>
background-color css
<style>
a { background-color: #A392B3; }
a { background-color: rgb(163,146,179); }
div.DivClassName
{
background-color: #A392B3;
}
.BgClassName
{
background-color: #A392B3;
}
</style>
border-color css
<style>
span { border-color: #A392B3; }
span { border-color: rgb(163,146,179); }
td.TdClassName
{
border-color: #A392B3;
}
.TagClassName
{
border-color: #A392B3;
}
</style>