Shades of East Side #A195AD
Tints of East Side #A195AD
RGB
CMYK
RGB Variations
Color information
#A195AD (or 0xA195AD) is known color: East Side. HEX triplet: A1, 95 and AD. RGB value is (161,149,173). Sum of RGB (Red+Green+Blue) = 161+149+173=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #A195AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A195AD is #5E6A52. Grayscale: #9B9B9B. Windows color (decimal): -6187603 or 11376033. OLE color: 11376033.
HSL color Cylindrical-coordinate representation of color #A195AD: hue angle of 270º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A195AD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 149 | 173 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.32 |
| HSL | 270º | 0.13% | 0.63% | - |
| HSV(B) | 270º | 0.14% | 0.68% | - |
| XYZ | 32.99 | 32.09 | 43.99 | - |
| YUV | 155.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 173 | 0.07 | 0.14 | 0 | 0.32 | 270 | 0.13 | 0.63 |
| Hex | A1 | 95 | AD | 7 | E | 0 | 20 | 10E | D | 3F |
| Octal | 241 | 225 | 255 | 7 | 16 | 0 | 40 | 416 | 15 | 77 |
| Binary | 10100001 | 10010101 | 10101101 | 111 | 1110 | 0 | 100000 | 100001110 | 1101 | 111111 |
Color Harmonies of #A195AD
Complementary color
Monochromatic Colors of #A195AD
Black with #A195AD
Text Example
Text Example
White with #A195AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195AD; }
p { color: rgb(161,149,173); }
H1.HeaderClassName
{
color: #A195AD;
}
.AnyTagClassName
{
color: #A195AD;
}
</style>
background-color css
<style>
a { background-color: #A195AD; }
a { background-color: rgb(161,149,173); }
div.DivClassName
{
background-color: #A195AD;
}
.BgClassName
{
background-color: #A195AD;
}
</style>
border-color css
<style>
span { border-color: #A195AD; }
span { border-color: rgb(161,149,173); }
td.TdClassName
{
border-color: #A195AD;
}
.TagClassName
{
border-color: #A195AD;
}
</style>