Shades of East Side #A58BAC
Tints of East Side #A58BAC
RGB
CMYK
RGB Variations
Color information
#A58BAC (or 0xA58BAC) is known color: East Side. HEX triplet: A5, 8B and AC. RGB value is (165,139,172). Sum of RGB (Red+Green+Blue) = 165+139+172=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #A58BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58BAC is #5A7453. Grayscale: #969696. Windows color (decimal): -5928020 or 11307941. OLE color: 11307941.
HSL color Cylindrical-coordinate representation of color #A58BAC: hue angle of 287.27º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A58BAC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 139 | 172 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.33 |
| HSL | 287.27º | 0.17% | 0.61% | - |
| HSV(B) | 287.27º | 0.19% | 0.67% | - |
| XYZ | 32.2 | 29.44 | 43.02 | - |
| YUV | 150.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 172 | 0.04 | 0.19 | 0 | 0.33 | 287.27 | 0.17 | 0.61 |
| Hex | A5 | 8B | AC | 4 | 13 | 0 | 21 | 11F | 11 | 3D |
| Octal | 245 | 213 | 254 | 4 | 23 | 0 | 41 | 437 | 21 | 75 |
| Binary | 10100101 | 10001011 | 10101100 | 100 | 10011 | 0 | 100001 | 100011111 | 10001 | 111101 |
Color Harmonies of #A58BAC
Complementary color
Monochromatic Colors of #A58BAC
Black with #A58BAC
Text Example
Text Example
White with #A58BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BAC; }
p { color: rgb(165,139,172); }
H1.HeaderClassName
{
color: #A58BAC;
}
.AnyTagClassName
{
color: #A58BAC;
}
</style>
background-color css
<style>
a { background-color: #A58BAC; }
a { background-color: rgb(165,139,172); }
div.DivClassName
{
background-color: #A58BAC;
}
.BgClassName
{
background-color: #A58BAC;
}
</style>
border-color css
<style>
span { border-color: #A58BAC; }
span { border-color: rgb(165,139,172); }
td.TdClassName
{
border-color: #A58BAC;
}
.TagClassName
{
border-color: #A58BAC;
}
</style>