Shades of East Side #A58CB8
Tints of East Side #A58CB8
RGB
CMYK
RGB Variations
Color information
#A58CB8 (or 0xA58CB8) is known color: East Side. HEX triplet: A5, 8C and B8. RGB value is (165,140,184). Sum of RGB (Red+Green+Blue) = 165+140+184=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 184 - color contains mainly: blue. Hex color #A58CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CB8 is #5A7347. Grayscale: #989898. Windows color (decimal): -5927752 or 12094629. OLE color: 12094629.
HSL color Cylindrical-coordinate representation of color #A58CB8: hue angle of 274.09º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A58CB8 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 140 | 184 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.28 |
| HSL | 274.09º | 0.24% | 0.64% | - |
| HSV(B) | 274.09º | 0.24% | 0.72% | - |
| XYZ | 33.55 | 30.22 | 49.41 | - |
| YUV | 152.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 184 | 0.10 | 0.24 | 0 | 0.28 | 274.09 | 0.24 | 0.64 |
| Hex | A5 | 8C | B8 | A | 18 | 0 | 1C | 112 | 18 | 40 |
| Octal | 245 | 214 | 270 | 12 | 30 | 0 | 34 | 422 | 30 | 100 |
| Binary | 10100101 | 10001100 | 10111000 | 1010 | 11000 | 0 | 11100 | 100010010 | 11000 | 1000000 |
Color Harmonies of #A58CB8
Complementary color
Monochromatic Colors of #A58CB8
Black with #A58CB8
Text Example
Text Example
White with #A58CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58CB8; }
p { color: rgb(165,140,184); }
H1.HeaderClassName
{
color: #A58CB8;
}
.AnyTagClassName
{
color: #A58CB8;
}
</style>
background-color css
<style>
a { background-color: #A58CB8; }
a { background-color: rgb(165,140,184); }
div.DivClassName
{
background-color: #A58CB8;
}
.BgClassName
{
background-color: #A58CB8;
}
</style>
border-color css
<style>
span { border-color: #A58CB8; }
span { border-color: rgb(165,140,184); }
td.TdClassName
{
border-color: #A58CB8;
}
.TagClassName
{
border-color: #A58CB8;
}
</style>