Shades of East Side #A58BB3
Tints of East Side #A58BB3
RGB
CMYK
RGB Variations
Color information
#A58BB3 (or 0xA58BB3) is known color: East Side. HEX triplet: A5, 8B and B3. RGB value is (165,139,179). Sum of RGB (Red+Green+Blue) = 165+139+179=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #A58BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BB3 is #5A744C. Grayscale: #979797. Windows color (decimal): -5928013 or 11766693. OLE color: 11766693.
HSL color Cylindrical-coordinate representation of color #A58BB3: hue angle of 279º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A58BB3 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 139 | 179 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.30 |
| HSL | 279º | 0.21% | 0.62% | - |
| HSV(B) | 279º | 0.22% | 0.7% | - |
| XYZ | 32.89 | 29.72 | 46.65 | - |
| YUV | 151.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 179 | 0.08 | 0.22 | 0 | 0.30 | 279 | 0.21 | 0.62 |
| Hex | A5 | 8B | B3 | 8 | 16 | 0 | 1E | 117 | 15 | 3E |
| Octal | 245 | 213 | 263 | 10 | 26 | 0 | 36 | 427 | 25 | 76 |
| Binary | 10100101 | 10001011 | 10110011 | 1000 | 10110 | 0 | 11110 | 100010111 | 10101 | 111110 |
Color Harmonies of #A58BB3
Complementary color
Monochromatic Colors of #A58BB3
Black with #A58BB3
Text Example
Text Example
White with #A58BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BB3; }
p { color: rgb(165,139,179); }
H1.HeaderClassName
{
color: #A58BB3;
}
.AnyTagClassName
{
color: #A58BB3;
}
</style>
background-color css
<style>
a { background-color: #A58BB3; }
a { background-color: rgb(165,139,179); }
div.DivClassName
{
background-color: #A58BB3;
}
.BgClassName
{
background-color: #A58BB3;
}
</style>
border-color css
<style>
span { border-color: #A58BB3; }
span { border-color: rgb(165,139,179); }
td.TdClassName
{
border-color: #A58BB3;
}
.TagClassName
{
border-color: #A58BB3;
}
</style>