Shades of East Side #A491AF
Tints of East Side #A491AF
RGB
CMYK
RGB Variations
Color information
#A491AF (or 0xA491AF) is known color: East Side. HEX triplet: A4, 91 and AF. RGB value is (164,145,175). Sum of RGB (Red+Green+Blue) = 164+145+175=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #A491AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A491AF is #5B6E50. Grayscale: #9A9A9A. Windows color (decimal): -5992017 or 11506084. OLE color: 11506084.
HSL color Cylindrical-coordinate representation of color #A491AF: hue angle of 278º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A491AF is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 145 | 175 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.31 |
| HSL | 278º | 0.16% | 0.63% | - |
| HSV(B) | 278º | 0.17% | 0.69% | - |
| XYZ | 33.17 | 31.24 | 44.84 | - |
| YUV | 154.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 175 | 0.06 | 0.17 | 0 | 0.31 | 278 | 0.16 | 0.63 |
| Hex | A4 | 91 | AF | 6 | 11 | 0 | 1F | 116 | 10 | 3F |
| Octal | 244 | 221 | 257 | 6 | 21 | 0 | 37 | 426 | 20 | 77 |
| Binary | 10100100 | 10010001 | 10101111 | 110 | 10001 | 0 | 11111 | 100010110 | 10000 | 111111 |
Color Harmonies of #A491AF
Complementary color
Monochromatic Colors of #A491AF
Black with #A491AF
Text Example
Text Example
White with #A491AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A491AF; }
p { color: rgb(164,145,175); }
H1.HeaderClassName
{
color: #A491AF;
}
.AnyTagClassName
{
color: #A491AF;
}
</style>
background-color css
<style>
a { background-color: #A491AF; }
a { background-color: rgb(164,145,175); }
div.DivClassName
{
background-color: #A491AF;
}
.BgClassName
{
background-color: #A491AF;
}
</style>
border-color css
<style>
span { border-color: #A491AF; }
span { border-color: rgb(164,145,175); }
td.TdClassName
{
border-color: #A491AF;
}
.TagClassName
{
border-color: #A491AF;
}
</style>