Shades of East Side #A085AF
Tints of East Side #A085AF
RGB
CMYK
RGB Variations
Color information
#A085AF (or 0xA085AF) is known color: East Side. HEX triplet: A0, 85 and AF. RGB value is (160,133,175). Sum of RGB (Red+Green+Blue) = 160+133+175=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 133 (52.34% from 255 or 28.42% 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 #A085AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A085AF is #5F7A50. Grayscale: #919191. Windows color (decimal): -6257233 or 11503008. OLE color: 11503008.
HSL color Cylindrical-coordinate representation of color #A085AF: hue angle of 278.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A085AF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 133 | 175 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.31 |
| HSL | 278.57º | 0.21% | 0.6% | - |
| HSV(B) | 278.57º | 0.24% | 0.69% | - |
| XYZ | 30.62 | 27.34 | 44.22 | - |
| YUV | 145.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 175 | 0.09 | 0.24 | 0 | 0.31 | 278.57 | 0.21 | 0.6 |
| Hex | A0 | 85 | AF | 9 | 18 | 0 | 1F | 117 | 15 | 3C |
| Octal | 240 | 205 | 257 | 11 | 30 | 0 | 37 | 427 | 25 | 74 |
| Binary | 10100000 | 10000101 | 10101111 | 1001 | 11000 | 0 | 11111 | 100010111 | 10101 | 111100 |
Color Harmonies of #A085AF
Complementary color
Monochromatic Colors of #A085AF
Black with #A085AF
Text Example
Text Example
White with #A085AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085AF; }
p { color: rgb(160,133,175); }
H1.HeaderClassName
{
color: #A085AF;
}
.AnyTagClassName
{
color: #A085AF;
}
</style>
background-color css
<style>
a { background-color: #A085AF; }
a { background-color: rgb(160,133,175); }
div.DivClassName
{
background-color: #A085AF;
}
.BgClassName
{
background-color: #A085AF;
}
</style>
border-color css
<style>
span { border-color: #A085AF; }
span { border-color: rgb(160,133,175); }
td.TdClassName
{
border-color: #A085AF;
}
.TagClassName
{
border-color: #A085AF;
}
</style>