Shades of East Side #A184AF
Tints of East Side #A184AF
RGB
CMYK
RGB Variations
Color information
#A184AF (or 0xA184AF) is known color: East Side. HEX triplet: A1, 84 and AF. RGB value is (161,132,175). Sum of RGB (Red+Green+Blue) = 161+132+175=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 132 (51.95% from 255 or 28.21% 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 #A184AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A184AF is #5E7B50. Grayscale: #919191. Windows color (decimal): -6191953 or 11502753. OLE color: 11502753.
HSL color Cylindrical-coordinate representation of color #A184AF: hue angle of 280.47º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A184AF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 132 | 175 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.31 |
| HSL | 280.47º | 0.21% | 0.6% | - |
| HSV(B) | 280.47º | 0.25% | 0.69% | - |
| XYZ | 30.69 | 27.17 | 44.19 | - |
| YUV | 145.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 175 | 0.08 | 0.25 | 0 | 0.31 | 280.47 | 0.21 | 0.6 |
| Hex | A1 | 84 | AF | 8 | 19 | 0 | 1F | 118 | 15 | 3C |
| Octal | 241 | 204 | 257 | 10 | 31 | 0 | 37 | 430 | 25 | 74 |
| Binary | 10100001 | 10000100 | 10101111 | 1000 | 11001 | 0 | 11111 | 100011000 | 10101 | 111100 |
Color Harmonies of #A184AF
Complementary color
Monochromatic Colors of #A184AF
Black with #A184AF
Text Example
Text Example
White with #A184AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184AF; }
p { color: rgb(161,132,175); }
H1.HeaderClassName
{
color: #A184AF;
}
.AnyTagClassName
{
color: #A184AF;
}
</style>
background-color css
<style>
a { background-color: #A184AF; }
a { background-color: rgb(161,132,175); }
div.DivClassName
{
background-color: #A184AF;
}
.BgClassName
{
background-color: #A184AF;
}
</style>
border-color css
<style>
span { border-color: #A184AF; }
span { border-color: rgb(161,132,175); }
td.TdClassName
{
border-color: #A184AF;
}
.TagClassName
{
border-color: #A184AF;
}
</style>