Shades of East Side #A391AF
Tints of East Side #A391AF
RGB
CMYK
RGB Variations
Color information
#A391AF (or 0xA391AF) is known color: East Side. HEX triplet: A3, 91 and AF. RGB value is (163,145,175). Sum of RGB (Red+Green+Blue) = 163+145+175=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #A391AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A391AF is #5C6E50. Grayscale: #999999. Windows color (decimal): -6057553 or 11506083. OLE color: 11506083.
HSL color Cylindrical-coordinate representation of color #A391AF: hue angle of 276º 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 #A391AF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 145 | 175 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.31 |
| HSL | 276º | 0.16% | 0.63% | - |
| HSV(B) | 276º | 0.17% | 0.69% | - |
| XYZ | 32.97 | 31.13 | 44.83 | - |
| YUV | 153.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 175 | 0.07 | 0.17 | 0 | 0.31 | 276 | 0.16 | 0.63 |
| Hex | A3 | 91 | AF | 7 | 11 | 0 | 1F | 114 | 10 | 3F |
| Octal | 243 | 221 | 257 | 7 | 21 | 0 | 37 | 424 | 20 | 77 |
| Binary | 10100011 | 10010001 | 10101111 | 111 | 10001 | 0 | 11111 | 100010100 | 10000 | 111111 |
Color Harmonies of #A391AF
Complementary color
Monochromatic Colors of #A391AF
Black with #A391AF
Text Example
Text Example
White with #A391AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391AF; }
p { color: rgb(163,145,175); }
H1.HeaderClassName
{
color: #A391AF;
}
.AnyTagClassName
{
color: #A391AF;
}
</style>
background-color css
<style>
a { background-color: #A391AF; }
a { background-color: rgb(163,145,175); }
div.DivClassName
{
background-color: #A391AF;
}
.BgClassName
{
background-color: #A391AF;
}
</style>
border-color css
<style>
span { border-color: #A391AF; }
span { border-color: rgb(163,145,175); }
td.TdClassName
{
border-color: #A391AF;
}
.TagClassName
{
border-color: #A391AF;
}
</style>