Shades of East Side #A58FB6
Tints of East Side #A58FB6
RGB
CMYK
RGB Variations
Color information
#A58FB6 (or 0xA58FB6) is known color: East Side. HEX triplet: A5, 8F and B6. RGB value is (165,143,182). Sum of RGB (Red+Green+Blue) = 165+143+182=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #A58FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FB6 is #5A7049. Grayscale: #999999. Windows color (decimal): -5926986 or 11964325. OLE color: 11964325.
HSL color Cylindrical-coordinate representation of color #A58FB6: hue angle of 273.85º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58FB6 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 143 | 182 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.29 |
| HSL | 273.85º | 0.21% | 0.64% | - |
| HSV(B) | 273.85º | 0.21% | 0.71% | - |
| XYZ | 33.78 | 31.02 | 48.46 | - |
| YUV | 154.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 182 | 0.09 | 0.21 | 0 | 0.29 | 273.85 | 0.21 | 0.64 |
| Hex | A5 | 8F | B6 | 9 | 15 | 0 | 1D | 112 | 15 | 40 |
| Octal | 245 | 217 | 266 | 11 | 25 | 0 | 35 | 422 | 25 | 100 |
| Binary | 10100101 | 10001111 | 10110110 | 1001 | 10101 | 0 | 11101 | 100010010 | 10101 | 1000000 |
Color Harmonies of #A58FB6
Complementary color
Monochromatic Colors of #A58FB6
Black with #A58FB6
Text Example
Text Example
White with #A58FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FB6; }
p { color: rgb(165,143,182); }
H1.HeaderClassName
{
color: #A58FB6;
}
.AnyTagClassName
{
color: #A58FB6;
}
</style>
background-color css
<style>
a { background-color: #A58FB6; }
a { background-color: rgb(165,143,182); }
div.DivClassName
{
background-color: #A58FB6;
}
.BgClassName
{
background-color: #A58FB6;
}
</style>
border-color css
<style>
span { border-color: #A58FB6; }
span { border-color: rgb(165,143,182); }
td.TdClassName
{
border-color: #A58FB6;
}
.TagClassName
{
border-color: #A58FB6;
}
</style>