Shades of East Side #A58FAF
Tints of East Side #A58FAF
RGB
CMYK
RGB Variations
Color information
#A58FAF (or 0xA58FAF) is known color: East Side. HEX triplet: A5, 8F and AF. RGB value is (165,143,175). Sum of RGB (Red+Green+Blue) = 165+143+175=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #A58FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58FAF is #5A7050. Grayscale: #999999. Windows color (decimal): -5926993 or 11505573. OLE color: 11505573.
HSL color Cylindrical-coordinate representation of color #A58FAF: hue angle of 281.25º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A58FAF is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 143 | 175 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.31 |
| HSL | 281.25º | 0.17% | 0.62% | - |
| HSV(B) | 281.25º | 0.18% | 0.69% | - |
| XYZ | 33.08 | 30.74 | 44.75 | - |
| YUV | 153.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 175 | 0.06 | 0.18 | 0 | 0.31 | 281.25 | 0.17 | 0.62 |
| Hex | A5 | 8F | AF | 6 | 12 | 0 | 1F | 119 | 11 | 3E |
| Octal | 245 | 217 | 257 | 6 | 22 | 0 | 37 | 431 | 21 | 76 |
| Binary | 10100101 | 10001111 | 10101111 | 110 | 10010 | 0 | 11111 | 100011001 | 10001 | 111110 |
Color Harmonies of #A58FAF
Complementary color
Monochromatic Colors of #A58FAF
Black with #A58FAF
Text Example
Text Example
White with #A58FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FAF; }
p { color: rgb(165,143,175); }
H1.HeaderClassName
{
color: #A58FAF;
}
.AnyTagClassName
{
color: #A58FAF;
}
</style>
background-color css
<style>
a { background-color: #A58FAF; }
a { background-color: rgb(165,143,175); }
div.DivClassName
{
background-color: #A58FAF;
}
.BgClassName
{
background-color: #A58FAF;
}
</style>
border-color css
<style>
span { border-color: #A58FAF; }
span { border-color: rgb(165,143,175); }
td.TdClassName
{
border-color: #A58FAF;
}
.TagClassName
{
border-color: #A58FAF;
}
</style>