Shades of East Side #A385AF
Tints of East Side #A385AF
RGB
CMYK
RGB Variations
Color information
#A385AF (or 0xA385AF) is known color: East Side. HEX triplet: A3, 85 and AF. RGB value is (163,133,175). Sum of RGB (Red+Green+Blue) = 163+133+175=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #A385AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A385AF is #5C7A50. Grayscale: #929292. Windows color (decimal): -6060625 or 11503011. OLE color: 11503011.
HSL color Cylindrical-coordinate representation of color #A385AF: hue angle of 282.86º 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 #A385AF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 133 | 175 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.31 |
| HSL | 282.86º | 0.21% | 0.6% | - |
| HSV(B) | 282.86º | 0.24% | 0.69% | - |
| XYZ | 31.23 | 27.66 | 44.25 | - |
| YUV | 146.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 175 | 0.07 | 0.24 | 0 | 0.31 | 282.86 | 0.21 | 0.6 |
| Hex | A3 | 85 | AF | 7 | 18 | 0 | 1F | 11B | 15 | 3C |
| Octal | 243 | 205 | 257 | 7 | 30 | 0 | 37 | 433 | 25 | 74 |
| Binary | 10100011 | 10000101 | 10101111 | 111 | 11000 | 0 | 11111 | 100011011 | 10101 | 111100 |
Color Harmonies of #A385AF
Complementary color
Monochromatic Colors of #A385AF
Black with #A385AF
Text Example
Text Example
White with #A385AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385AF; }
p { color: rgb(163,133,175); }
H1.HeaderClassName
{
color: #A385AF;
}
.AnyTagClassName
{
color: #A385AF;
}
</style>
background-color css
<style>
a { background-color: #A385AF; }
a { background-color: rgb(163,133,175); }
div.DivClassName
{
background-color: #A385AF;
}
.BgClassName
{
background-color: #A385AF;
}
</style>
border-color css
<style>
span { border-color: #A385AF; }
span { border-color: rgb(163,133,175); }
td.TdClassName
{
border-color: #A385AF;
}
.TagClassName
{
border-color: #A385AF;
}
</style>