Shades of East Side #A58FAB
Tints of East Side #A58FAB
RGB
CMYK
RGB Variations
Color information
#A58FAB (or 0xA58FAB) is known color: East Side. HEX triplet: A5, 8F and AB. RGB value is (165,143,171). Sum of RGB (Red+Green+Blue) = 165+143+171=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #A58FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58FAB is #5A7054. Grayscale: #989898. Windows color (decimal): -5926997 or 11243429. OLE color: 11243429.
HSL color Cylindrical-coordinate representation of color #A58FAB: hue angle of 287.14º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A58FAB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 143 | 171 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.33 |
| HSL | 287.14º | 0.14% | 0.62% | - |
| HSV(B) | 287.14º | 0.16% | 0.67% | - |
| XYZ | 32.69 | 30.58 | 42.71 | - |
| YUV | 152.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 171 | 0.04 | 0.16 | 0 | 0.33 | 287.14 | 0.14 | 0.62 |
| Hex | A5 | 8F | AB | 4 | 10 | 0 | 21 | 11F | E | 3E |
| Octal | 245 | 217 | 253 | 4 | 20 | 0 | 41 | 437 | 16 | 76 |
| Binary | 10100101 | 10001111 | 10101011 | 100 | 10000 | 0 | 100001 | 100011111 | 1110 | 111110 |
Color Harmonies of #A58FAB
Complementary color
Monochromatic Colors of #A58FAB
Black with #A58FAB
Text Example
Text Example
White with #A58FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FAB; }
p { color: rgb(165,143,171); }
H1.HeaderClassName
{
color: #A58FAB;
}
.AnyTagClassName
{
color: #A58FAB;
}
</style>
background-color css
<style>
a { background-color: #A58FAB; }
a { background-color: rgb(165,143,171); }
div.DivClassName
{
background-color: #A58FAB;
}
.BgClassName
{
background-color: #A58FAB;
}
</style>
border-color css
<style>
span { border-color: #A58FAB; }
span { border-color: rgb(165,143,171); }
td.TdClassName
{
border-color: #A58FAB;
}
.TagClassName
{
border-color: #A58FAB;
}
</style>