Shades of East Side #A384BF
Tints of East Side #A384BF
RGB
CMYK
RGB Variations
Color information
#A384BF (or 0xA384BF) is known color: East Side. HEX triplet: A3, 84 and BF. RGB value is (163,132,191). Sum of RGB (Red+Green+Blue) = 163+132+191=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #A384BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384BF is #5C7B40. Grayscale: #939393. Windows color (decimal): -6060865 or 12551331. OLE color: 12551331.
HSL color Cylindrical-coordinate representation of color #A384BF: hue angle of 271.53º degrees, saturation: 0.32, 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 #A384BF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 132 | 191 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.25 |
| HSL | 271.53º | 0.32% | 0.63% | - |
| HSV(B) | 271.53º | 0.31% | 0.75% | - |
| XYZ | 32.76 | 28.05 | 52.98 | - |
| YUV | 148 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 191 | 0.15 | 0.31 | 0 | 0.25 | 271.53 | 0.32 | 0.63 |
| Hex | A3 | 84 | BF | F | 1F | 0 | 19 | 110 | 20 | 3F |
| Octal | 243 | 204 | 277 | 17 | 37 | 0 | 31 | 420 | 40 | 77 |
| Binary | 10100011 | 10000100 | 10111111 | 1111 | 11111 | 0 | 11001 | 100010000 | 100000 | 111111 |
Color Harmonies of #A384BF
Complementary color
Monochromatic Colors of #A384BF
Black with #A384BF
Text Example
Text Example
White with #A384BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384BF; }
p { color: rgb(163,132,191); }
H1.HeaderClassName
{
color: #A384BF;
}
.AnyTagClassName
{
color: #A384BF;
}
</style>
background-color css
<style>
a { background-color: #A384BF; }
a { background-color: rgb(163,132,191); }
div.DivClassName
{
background-color: #A384BF;
}
.BgClassName
{
background-color: #A384BF;
}
</style>
border-color css
<style>
span { border-color: #A384BF; }
span { border-color: rgb(163,132,191); }
td.TdClassName
{
border-color: #A384BF;
}
.TagClassName
{
border-color: #A384BF;
}
</style>