Shades of East Side #A588AF
Tints of East Side #A588AF
RGB
CMYK
RGB Variations
Color information
#A588AF (or 0xA588AF) is known color: East Side. HEX triplet: A5, 88 and AF. RGB value is (165,136,175). Sum of RGB (Red+Green+Blue) = 165+136+175=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #A588AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A588AF is #5A7750. Grayscale: #949494. Windows color (decimal): -5928785 or 11503781. OLE color: 11503781.
HSL color Cylindrical-coordinate representation of color #A588AF: hue angle of 284.62º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A588AF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 136 | 175 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.31 |
| HSL | 284.62º | 0.2% | 0.61% | - |
| HSV(B) | 284.62º | 0.22% | 0.69% | - |
| XYZ | 32.06 | 28.7 | 44.41 | - |
| YUV | 149.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 175 | 0.06 | 0.22 | 0 | 0.31 | 284.62 | 0.2 | 0.61 |
| Hex | A5 | 88 | AF | 6 | 16 | 0 | 1F | 11D | 14 | 3D |
| Octal | 245 | 210 | 257 | 6 | 26 | 0 | 37 | 435 | 24 | 75 |
| Binary | 10100101 | 10001000 | 10101111 | 110 | 10110 | 0 | 11111 | 100011101 | 10100 | 111101 |
Color Harmonies of #A588AF
Complementary color
Monochromatic Colors of #A588AF
Black with #A588AF
Text Example
Text Example
White with #A588AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588AF; }
p { color: rgb(165,136,175); }
H1.HeaderClassName
{
color: #A588AF;
}
.AnyTagClassName
{
color: #A588AF;
}
</style>
background-color css
<style>
a { background-color: #A588AF; }
a { background-color: rgb(165,136,175); }
div.DivClassName
{
background-color: #A588AF;
}
.BgClassName
{
background-color: #A588AF;
}
</style>
border-color css
<style>
span { border-color: #A588AF; }
span { border-color: rgb(165,136,175); }
td.TdClassName
{
border-color: #A588AF;
}
.TagClassName
{
border-color: #A588AF;
}
</style>