Shades of East Side #A591AA
Tints of East Side #A591AA
RGB
CMYK
RGB Variations
Color information
#A591AA (or 0xA591AA) is known color: East Side. HEX triplet: A5, 91 and AA. RGB value is (165,145,170). Sum of RGB (Red+Green+Blue) = 165+145+170=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #A591AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A591AA is #5A6E55. Grayscale: #999999. Windows color (decimal): -5926486 or 11178405. OLE color: 11178405.
HSL color Cylindrical-coordinate representation of color #A591AA: hue angle of 288º 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 #A591AA is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 145 | 170 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.33 |
| HSL | 288º | 0.13% | 0.62% | - |
| HSV(B) | 288º | 0.15% | 0.67% | - |
| XYZ | 32.9 | 31.15 | 42.31 | - |
| YUV | 153.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 145 | 170 | 0.03 | 0.15 | 0 | 0.33 | 288 | 0.13 | 0.62 |
| Hex | A5 | 91 | AA | 3 | F | 0 | 21 | 120 | D | 3E |
| Octal | 245 | 221 | 252 | 3 | 17 | 0 | 41 | 440 | 15 | 76 |
| Binary | 10100101 | 10010001 | 10101010 | 11 | 1111 | 0 | 100001 | 100100000 | 1101 | 111110 |
Color Harmonies of #A591AA
Complementary color
Monochromatic Colors of #A591AA
Black with #A591AA
Text Example
Text Example
White with #A591AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A591AA; }
p { color: rgb(165,145,170); }
H1.HeaderClassName
{
color: #A591AA;
}
.AnyTagClassName
{
color: #A591AA;
}
</style>
background-color css
<style>
a { background-color: #A591AA; }
a { background-color: rgb(165,145,170); }
div.DivClassName
{
background-color: #A591AA;
}
.BgClassName
{
background-color: #A591AA;
}
</style>
border-color css
<style>
span { border-color: #A591AA; }
span { border-color: rgb(165,145,170); }
td.TdClassName
{
border-color: #A591AA;
}
.TagClassName
{
border-color: #A591AA;
}
</style>