Shades of East Side #A58AAF
Tints of East Side #A58AAF
RGB
CMYK
RGB Variations
Color information
#A58AAF (or 0xA58AAF) is known color: East Side. HEX triplet: A5, 8A and AF. RGB value is (165,138,175). Sum of RGB (Red+Green+Blue) = 165+138+175=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #A58AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58AAF is #5A7550. Grayscale: #969696. Windows color (decimal): -5928273 or 11504293. OLE color: 11504293.
HSL color Cylindrical-coordinate representation of color #A58AAF: hue angle of 283.78º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58AAF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 138 | 175 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.31 |
| HSL | 283.78º | 0.19% | 0.61% | - |
| HSV(B) | 283.78º | 0.21% | 0.69% | - |
| XYZ | 32.34 | 29.27 | 44.5 | - |
| YUV | 150.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 175 | 0.06 | 0.21 | 0 | 0.31 | 283.78 | 0.19 | 0.61 |
| Hex | A5 | 8A | AF | 6 | 15 | 0 | 1F | 11C | 13 | 3D |
| Octal | 245 | 212 | 257 | 6 | 25 | 0 | 37 | 434 | 23 | 75 |
| Binary | 10100101 | 10001010 | 10101111 | 110 | 10101 | 0 | 11111 | 100011100 | 10011 | 111101 |
Color Harmonies of #A58AAF
Complementary color
Monochromatic Colors of #A58AAF
Black with #A58AAF
Text Example
Text Example
White with #A58AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58AAF; }
p { color: rgb(165,138,175); }
H1.HeaderClassName
{
color: #A58AAF;
}
.AnyTagClassName
{
color: #A58AAF;
}
</style>
background-color css
<style>
a { background-color: #A58AAF; }
a { background-color: rgb(165,138,175); }
div.DivClassName
{
background-color: #A58AAF;
}
.BgClassName
{
background-color: #A58AAF;
}
</style>
border-color css
<style>
span { border-color: #A58AAF; }
span { border-color: rgb(165,138,175); }
td.TdClassName
{
border-color: #A58AAF;
}
.TagClassName
{
border-color: #A58AAF;
}
</style>