Shades of East Side #A593AF
Tints of East Side #A593AF
RGB
CMYK
RGB Variations
Color information
#A593AF (or 0xA593AF) is known color: East Side. HEX triplet: A5, 93 and AF. RGB value is (165,147,175). Sum of RGB (Red+Green+Blue) = 165+147+175=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #A593AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A593AF is #5A6C50. Grayscale: #9B9B9B. Windows color (decimal): -5925969 or 11506597. OLE color: 11506597.
HSL color Cylindrical-coordinate representation of color #A593AF: hue angle of 278.57º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A593AF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 147 | 175 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.31 |
| HSL | 278.57º | 0.15% | 0.63% | - |
| HSV(B) | 278.57º | 0.16% | 0.69% | - |
| XYZ | 33.69 | 31.96 | 44.95 | - |
| YUV | 155.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 175 | 0.06 | 0.16 | 0 | 0.31 | 278.57 | 0.15 | 0.63 |
| Hex | A5 | 93 | AF | 6 | 10 | 0 | 1F | 117 | F | 3F |
| Octal | 245 | 223 | 257 | 6 | 20 | 0 | 37 | 427 | 17 | 77 |
| Binary | 10100101 | 10010011 | 10101111 | 110 | 10000 | 0 | 11111 | 100010111 | 1111 | 111111 |
Color Harmonies of #A593AF
Complementary color
Monochromatic Colors of #A593AF
Black with #A593AF
Text Example
Text Example
White with #A593AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593AF; }
p { color: rgb(165,147,175); }
H1.HeaderClassName
{
color: #A593AF;
}
.AnyTagClassName
{
color: #A593AF;
}
</style>
background-color css
<style>
a { background-color: #A593AF; }
a { background-color: rgb(165,147,175); }
div.DivClassName
{
background-color: #A593AF;
}
.BgClassName
{
background-color: #A593AF;
}
</style>
border-color css
<style>
span { border-color: #A593AF; }
span { border-color: rgb(165,147,175); }
td.TdClassName
{
border-color: #A593AF;
}
.TagClassName
{
border-color: #A593AF;
}
</style>