Shades of East Side #A58AB6
Tints of East Side #A58AB6
RGB
CMYK
RGB Variations
Color information
#A58AB6 (or 0xA58AB6) is known color: East Side. HEX triplet: A5, 8A and B6. RGB value is (165,138,182). Sum of RGB (Red+Green+Blue) = 165+138+182=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #A58AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AB6 is #5A7549. Grayscale: #969696. Windows color (decimal): -5928266 or 11963045. OLE color: 11963045.
HSL color Cylindrical-coordinate representation of color #A58AB6: hue angle of 276.82º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A58AB6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 138 | 182 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.29 |
| HSL | 276.82º | 0.23% | 0.63% | - |
| HSV(B) | 276.82º | 0.24% | 0.71% | - |
| XYZ | 33.05 | 29.55 | 48.22 | - |
| YUV | 151.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 182 | 0.09 | 0.24 | 0 | 0.29 | 276.82 | 0.23 | 0.63 |
| Hex | A5 | 8A | B6 | 9 | 18 | 0 | 1D | 115 | 17 | 3F |
| Octal | 245 | 212 | 266 | 11 | 30 | 0 | 35 | 425 | 27 | 77 |
| Binary | 10100101 | 10001010 | 10110110 | 1001 | 11000 | 0 | 11101 | 100010101 | 10111 | 111111 |
Color Harmonies of #A58AB6
Complementary color
Monochromatic Colors of #A58AB6
Black with #A58AB6
Text Example
Text Example
White with #A58AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58AB6; }
p { color: rgb(165,138,182); }
H1.HeaderClassName
{
color: #A58AB6;
}
.AnyTagClassName
{
color: #A58AB6;
}
</style>
background-color css
<style>
a { background-color: #A58AB6; }
a { background-color: rgb(165,138,182); }
div.DivClassName
{
background-color: #A58AB6;
}
.BgClassName
{
background-color: #A58AB6;
}
</style>
border-color css
<style>
span { border-color: #A58AB6; }
span { border-color: rgb(165,138,182); }
td.TdClassName
{
border-color: #A58AB6;
}
.TagClassName
{
border-color: #A58AB6;
}
</style>