Shades of East Side #A391AA
Tints of East Side #A391AA
RGB
CMYK
RGB Variations
Color information
#A391AA (or 0xA391AA) is known color: East Side. HEX triplet: A3, 91 and AA. RGB value is (163,145,170). Sum of RGB (Red+Green+Blue) = 163+145+170=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #A391AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A391AA is #5C6E55. Grayscale: #999999. Windows color (decimal): -6057558 or 11178403. OLE color: 11178403.
HSL color Cylindrical-coordinate representation of color #A391AA: hue angle of 283.2º degrees, saturation: 0.13, 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 #A391AA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 145 | 170 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.33 |
| HSL | 283.2º | 0.13% | 0.62% | - |
| HSV(B) | 283.2º | 0.15% | 0.67% | - |
| XYZ | 32.49 | 30.94 | 42.29 | - |
| YUV | 153.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 170 | 0.04 | 0.15 | 0 | 0.33 | 283.2 | 0.13 | 0.62 |
| Hex | A3 | 91 | AA | 4 | F | 0 | 21 | 11B | D | 3E |
| Octal | 243 | 221 | 252 | 4 | 17 | 0 | 41 | 433 | 15 | 76 |
| Binary | 10100011 | 10010001 | 10101010 | 100 | 1111 | 0 | 100001 | 100011011 | 1101 | 111110 |
Color Harmonies of #A391AA
Complementary color
Monochromatic Colors of #A391AA
Black with #A391AA
Text Example
Text Example
White with #A391AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391AA; }
p { color: rgb(163,145,170); }
H1.HeaderClassName
{
color: #A391AA;
}
.AnyTagClassName
{
color: #A391AA;
}
</style>
background-color css
<style>
a { background-color: #A391AA; }
a { background-color: rgb(163,145,170); }
div.DivClassName
{
background-color: #A391AA;
}
.BgClassName
{
background-color: #A391AA;
}
</style>
border-color css
<style>
span { border-color: #A391AA; }
span { border-color: rgb(163,145,170); }
td.TdClassName
{
border-color: #A391AA;
}
.TagClassName
{
border-color: #A391AA;
}
</style>