Shades of East Side #A384BE
Tints of East Side #A384BE
RGB
CMYK
RGB Variations
Color information
#A384BE (or 0xA384BE) is known color: East Side. HEX triplet: A3, 84 and BE. RGB value is (163,132,190). Sum of RGB (Red+Green+Blue) = 163+132+190=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #A384BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384BE is #5C7B41. Grayscale: #939393. Windows color (decimal): -6060866 or 12485795. OLE color: 12485795.
HSL color Cylindrical-coordinate representation of color #A384BE: hue angle of 272.07º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A384BE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 132 | 190 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.25 |
| HSL | 272.07º | 0.31% | 0.63% | - |
| HSV(B) | 272.07º | 0.31% | 0.75% | - |
| XYZ | 32.65 | 28.01 | 52.4 | - |
| YUV | 147.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 190 | 0.14 | 0.31 | 0 | 0.25 | 272.07 | 0.31 | 0.63 |
| Hex | A3 | 84 | BE | E | 1F | 0 | 19 | 110 | 1F | 3F |
| Octal | 243 | 204 | 276 | 16 | 37 | 0 | 31 | 420 | 37 | 77 |
| Binary | 10100011 | 10000100 | 10111110 | 1110 | 11111 | 0 | 11001 | 100010000 | 11111 | 111111 |
Color Harmonies of #A384BE
Complementary color
Monochromatic Colors of #A384BE
Black with #A384BE
Text Example
Text Example
White with #A384BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384BE; }
p { color: rgb(163,132,190); }
H1.HeaderClassName
{
color: #A384BE;
}
.AnyTagClassName
{
color: #A384BE;
}
</style>
background-color css
<style>
a { background-color: #A384BE; }
a { background-color: rgb(163,132,190); }
div.DivClassName
{
background-color: #A384BE;
}
.BgClassName
{
background-color: #A384BE;
}
</style>
border-color css
<style>
span { border-color: #A384BE; }
span { border-color: rgb(163,132,190); }
td.TdClassName
{
border-color: #A384BE;
}
.TagClassName
{
border-color: #A384BE;
}
</style>