Shades of East Side #A885AF
Tints of East Side #A885AF
RGB
CMYK
RGB Variations
Color information
#A885AF (or 0xA885AF) is known color: East Side. HEX triplet: A8, 85 and AF. RGB value is (168,133,175). Sum of RGB (Red+Green+Blue) = 168+133+175=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 133 (52.34% from 255 or 27.94% 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 #A885AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A885AF is #577A50. Grayscale: #949494. Windows color (decimal): -5732945 or 11503016. OLE color: 11503016.
HSL color Cylindrical-coordinate representation of color #A885AF: hue angle of 290º 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 #A885AF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 133 | 175 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.31 |
| HSL | 290º | 0.21% | 0.6% | - |
| HSV(B) | 290º | 0.24% | 0.69% | - |
| XYZ | 32.27 | 28.2 | 44.3 | - |
| YUV | 148.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 175 | 0.04 | 0.24 | 0 | 0.31 | 290 | 0.21 | 0.6 |
| Hex | A8 | 85 | AF | 4 | 18 | 0 | 1F | 122 | 15 | 3C |
| Octal | 250 | 205 | 257 | 4 | 30 | 0 | 37 | 442 | 25 | 74 |
| Binary | 10101000 | 10000101 | 10101111 | 100 | 11000 | 0 | 11111 | 100100010 | 10101 | 111100 |
Color Harmonies of #A885AF
Complementary color
Monochromatic Colors of #A885AF
Black with #A885AF
Text Example
Text Example
White with #A885AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885AF; }
p { color: rgb(168,133,175); }
H1.HeaderClassName
{
color: #A885AF;
}
.AnyTagClassName
{
color: #A885AF;
}
</style>
background-color css
<style>
a { background-color: #A885AF; }
a { background-color: rgb(168,133,175); }
div.DivClassName
{
background-color: #A885AF;
}
.BgClassName
{
background-color: #A885AF;
}
</style>
border-color css
<style>
span { border-color: #A885AF; }
span { border-color: rgb(168,133,175); }
td.TdClassName
{
border-color: #A885AF;
}
.TagClassName
{
border-color: #A885AF;
}
</style>