Shades of East Side #A483AD
Tints of East Side #A483AD
RGB
CMYK
RGB Variations
Color information
#A483AD (or 0xA483AD) is known color: East Side. HEX triplet: A4, 83 and AD. RGB value is (164,131,173). Sum of RGB (Red+Green+Blue) = 164+131+173=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #A483AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A483AD is #5B7C52. Grayscale: #919191. Windows color (decimal): -5995603 or 11371428. OLE color: 11371428.
HSL color Cylindrical-coordinate representation of color #A483AD: hue angle of 287.14º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A483AD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 131 | 173 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.32 |
| HSL | 287.14º | 0.2% | 0.6% | - |
| HSV(B) | 287.14º | 0.24% | 0.68% | - |
| XYZ | 30.97 | 27.14 | 43.14 | - |
| YUV | 145.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 173 | 0.05 | 0.24 | 0 | 0.32 | 287.14 | 0.2 | 0.6 |
| Hex | A4 | 83 | AD | 5 | 18 | 0 | 20 | 11F | 14 | 3C |
| Octal | 244 | 203 | 255 | 5 | 30 | 0 | 40 | 437 | 24 | 74 |
| Binary | 10100100 | 10000011 | 10101101 | 101 | 11000 | 0 | 100000 | 100011111 | 10100 | 111100 |
Color Harmonies of #A483AD
Complementary color
Monochromatic Colors of #A483AD
Black with #A483AD
Text Example
Text Example
White with #A483AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483AD; }
p { color: rgb(164,131,173); }
H1.HeaderClassName
{
color: #A483AD;
}
.AnyTagClassName
{
color: #A483AD;
}
</style>
background-color css
<style>
a { background-color: #A483AD; }
a { background-color: rgb(164,131,173); }
div.DivClassName
{
background-color: #A483AD;
}
.BgClassName
{
background-color: #A483AD;
}
</style>
border-color css
<style>
span { border-color: #A483AD; }
span { border-color: rgb(164,131,173); }
td.TdClassName
{
border-color: #A483AD;
}
.TagClassName
{
border-color: #A483AD;
}
</style>