Shades of East Side #A58FBB
Tints of East Side #A58FBB
RGB
CMYK
RGB Variations
Color information
#A58FBB (or 0xA58FBB) is known color: East Side. HEX triplet: A5, 8F and BB. RGB value is (165,143,187). Sum of RGB (Red+Green+Blue) = 165+143+187=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #A58FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FBB is #5A7044. Grayscale: #9A9A9A. Windows color (decimal): -5926981 or 12292005. OLE color: 12292005.
HSL color Cylindrical-coordinate representation of color #A58FBB: hue angle of 270º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A58FBB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 143 | 187 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.27 |
| HSL | 270º | 0.24% | 0.65% | - |
| HSV(B) | 270º | 0.24% | 0.73% | - |
| XYZ | 34.31 | 31.23 | 51.23 | - |
| YUV | 154.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 187 | 0.12 | 0.24 | 0 | 0.27 | 270 | 0.24 | 0.65 |
| Hex | A5 | 8F | BB | C | 18 | 0 | 1B | 10E | 18 | 41 |
| Octal | 245 | 217 | 273 | 14 | 30 | 0 | 33 | 416 | 30 | 101 |
| Binary | 10100101 | 10001111 | 10111011 | 1100 | 11000 | 0 | 11011 | 100001110 | 11000 | 1000001 |
Color Harmonies of #A58FBB
Complementary color
Monochromatic Colors of #A58FBB
Black with #A58FBB
Text Example
Text Example
White with #A58FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FBB; }
p { color: rgb(165,143,187); }
H1.HeaderClassName
{
color: #A58FBB;
}
.AnyTagClassName
{
color: #A58FBB;
}
</style>
background-color css
<style>
a { background-color: #A58FBB; }
a { background-color: rgb(165,143,187); }
div.DivClassName
{
background-color: #A58FBB;
}
.BgClassName
{
background-color: #A58FBB;
}
</style>
border-color css
<style>
span { border-color: #A58FBB; }
span { border-color: rgb(165,143,187); }
td.TdClassName
{
border-color: #A58FBB;
}
.TagClassName
{
border-color: #A58FBB;
}
</style>