Shades of East Side #A580AF
Tints of East Side #A580AF
RGB
CMYK
RGB Variations
Color information
#A580AF (or 0xA580AF) is known color: East Side. HEX triplet: A5, 80 and AF. RGB value is (165,128,175). Sum of RGB (Red+Green+Blue) = 165+128+175=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #A580AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A580AF is #5A7F50. Grayscale: #909090. Windows color (decimal): -5930833 or 11501733. OLE color: 11501733.
HSL color Cylindrical-coordinate representation of color #A580AF: hue angle of 287.23º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A580AF is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 128 | 175 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.31 |
| HSL | 287.23º | 0.23% | 0.59% | - |
| HSV(B) | 287.23º | 0.27% | 0.69% | - |
| XYZ | 30.97 | 26.53 | 44.05 | - |
| YUV | 144.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 175 | 0.06 | 0.27 | 0 | 0.31 | 287.23 | 0.23 | 0.59 |
| Hex | A5 | 80 | AF | 6 | 1B | 0 | 1F | 11F | 17 | 3B |
| Octal | 245 | 200 | 257 | 6 | 33 | 0 | 37 | 437 | 27 | 73 |
| Binary | 10100101 | 10000000 | 10101111 | 110 | 11011 | 0 | 11111 | 100011111 | 10111 | 111011 |
Color Harmonies of #A580AF
Complementary color
Monochromatic Colors of #A580AF
Black with #A580AF
Text Example
Text Example
White with #A580AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A580AF; }
p { color: rgb(165,128,175); }
H1.HeaderClassName
{
color: #A580AF;
}
.AnyTagClassName
{
color: #A580AF;
}
</style>
background-color css
<style>
a { background-color: #A580AF; }
a { background-color: rgb(165,128,175); }
div.DivClassName
{
background-color: #A580AF;
}
.BgClassName
{
background-color: #A580AF;
}
</style>
border-color css
<style>
span { border-color: #A580AF; }
span { border-color: rgb(165,128,175); }
td.TdClassName
{
border-color: #A580AF;
}
.TagClassName
{
border-color: #A580AF;
}
</style>