Shades of East Side #A390AF
Tints of East Side #A390AF
RGB
CMYK
RGB Variations
Color information
#A390AF (or 0xA390AF) is known color: East Side. HEX triplet: A3, 90 and AF. RGB value is (163,144,175). Sum of RGB (Red+Green+Blue) = 163+144+175=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #A390AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A390AF is #5C6F50. Grayscale: #999999. Windows color (decimal): -6057809 or 11505827. OLE color: 11505827.
HSL color Cylindrical-coordinate representation of color #A390AF: hue angle of 276.77º degrees, saturation: 0.16, 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 #A390AF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 144 | 175 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.31 |
| HSL | 276.77º | 0.16% | 0.63% | - |
| HSV(B) | 276.77º | 0.18% | 0.69% | - |
| XYZ | 32.82 | 30.83 | 44.78 | - |
| YUV | 153.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 175 | 0.07 | 0.18 | 0 | 0.31 | 276.77 | 0.16 | 0.63 |
| Hex | A3 | 90 | AF | 7 | 12 | 0 | 1F | 115 | 10 | 3F |
| Octal | 243 | 220 | 257 | 7 | 22 | 0 | 37 | 425 | 20 | 77 |
| Binary | 10100011 | 10010000 | 10101111 | 111 | 10010 | 0 | 11111 | 100010101 | 10000 | 111111 |
Color Harmonies of #A390AF
Complementary color
Monochromatic Colors of #A390AF
Black with #A390AF
Text Example
Text Example
White with #A390AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A390AF; }
p { color: rgb(163,144,175); }
H1.HeaderClassName
{
color: #A390AF;
}
.AnyTagClassName
{
color: #A390AF;
}
</style>
background-color css
<style>
a { background-color: #A390AF; }
a { background-color: rgb(163,144,175); }
div.DivClassName
{
background-color: #A390AF;
}
.BgClassName
{
background-color: #A390AF;
}
</style>
border-color css
<style>
span { border-color: #A390AF; }
span { border-color: rgb(163,144,175); }
td.TdClassName
{
border-color: #A390AF;
}
.TagClassName
{
border-color: #A390AF;
}
</style>