Shades of East Side #A380AD
Tints of East Side #A380AD
RGB
CMYK
RGB Variations
Color information
#A380AD (or 0xA380AD) is known color: East Side. HEX triplet: A3, 80 and AD. RGB value is (163,128,173). Sum of RGB (Red+Green+Blue) = 163+128+173=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #A380AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A380AD is #5C7F52. Grayscale: #8F8F8F. Windows color (decimal): -6061907 or 11370659. OLE color: 11370659.
HSL color Cylindrical-coordinate representation of color #A380AD: hue angle of 286.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A380AD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 128 | 173 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.32 |
| HSL | 286.67º | 0.22% | 0.59% | - |
| HSV(B) | 286.67º | 0.26% | 0.68% | - |
| XYZ | 30.37 | 26.24 | 43 | - |
| YUV | 143.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 173 | 0.06 | 0.26 | 0 | 0.32 | 286.67 | 0.22 | 0.59 |
| Hex | A3 | 80 | AD | 6 | 1A | 0 | 20 | 11F | 16 | 3B |
| Octal | 243 | 200 | 255 | 6 | 32 | 0 | 40 | 437 | 26 | 73 |
| Binary | 10100011 | 10000000 | 10101101 | 110 | 11010 | 0 | 100000 | 100011111 | 10110 | 111011 |
Color Harmonies of #A380AD
Complementary color
Monochromatic Colors of #A380AD
Black with #A380AD
Text Example
Text Example
White with #A380AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380AD; }
p { color: rgb(163,128,173); }
H1.HeaderClassName
{
color: #A380AD;
}
.AnyTagClassName
{
color: #A380AD;
}
</style>
background-color css
<style>
a { background-color: #A380AD; }
a { background-color: rgb(163,128,173); }
div.DivClassName
{
background-color: #A380AD;
}
.BgClassName
{
background-color: #A380AD;
}
</style>
border-color css
<style>
span { border-color: #A380AD; }
span { border-color: rgb(163,128,173); }
td.TdClassName
{
border-color: #A380AD;
}
.TagClassName
{
border-color: #A380AD;
}
</style>