Shades of East Side #A382AD
Tints of East Side #A382AD
RGB
CMYK
RGB Variations
Color information
#A382AD (or 0xA382AD) is known color: East Side. HEX triplet: A3, 82 and AD. RGB value is (163,130,173). Sum of RGB (Red+Green+Blue) = 163+130+173=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #A382AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A382AD is #5C7D52. Grayscale: #909090. Windows color (decimal): -6061395 or 11371171. OLE color: 11371171.
HSL color Cylindrical-coordinate representation of color #A382AD: hue angle of 286.05º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A382AD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 130 | 173 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.32 |
| HSL | 286.05º | 0.21% | 0.59% | - |
| HSV(B) | 286.05º | 0.25% | 0.68% | - |
| XYZ | 30.63 | 26.77 | 43.09 | - |
| YUV | 144.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 173 | 0.06 | 0.25 | 0 | 0.32 | 286.05 | 0.21 | 0.59 |
| Hex | A3 | 82 | AD | 6 | 19 | 0 | 20 | 11E | 15 | 3B |
| Octal | 243 | 202 | 255 | 6 | 31 | 0 | 40 | 436 | 25 | 73 |
| Binary | 10100011 | 10000010 | 10101101 | 110 | 11001 | 0 | 100000 | 100011110 | 10101 | 111011 |
Color Harmonies of #A382AD
Complementary color
Monochromatic Colors of #A382AD
Black with #A382AD
Text Example
Text Example
White with #A382AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382AD; }
p { color: rgb(163,130,173); }
H1.HeaderClassName
{
color: #A382AD;
}
.AnyTagClassName
{
color: #A382AD;
}
</style>
background-color css
<style>
a { background-color: #A382AD; }
a { background-color: rgb(163,130,173); }
div.DivClassName
{
background-color: #A382AD;
}
.BgClassName
{
background-color: #A382AD;
}
</style>
border-color css
<style>
span { border-color: #A382AD; }
span { border-color: rgb(163,130,173); }
td.TdClassName
{
border-color: #A382AD;
}
.TagClassName
{
border-color: #A382AD;
}
</style>