Shades of East Side #A381C3
Tints of East Side #A381C3
RGB
CMYK
RGB Variations
Color information
#A381C3 (or 0xA381C3) is known color: East Side. HEX triplet: A3, 81 and C3. RGB value is (163,129,195). Sum of RGB (Red+Green+Blue) = 163+129+195=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: blue. Hex color #A381C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381C3 is #5C7E3C. Grayscale: #929292. Windows color (decimal): -6061629 or 12812707. OLE color: 12812707.
HSL color Cylindrical-coordinate representation of color #A381C3: hue angle of 270.91º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A381C3 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 129 | 195 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.24 |
| HSL | 270.91º | 0.35% | 0.64% | - |
| HSV(B) | 270.91º | 0.34% | 0.76% | - |
| XYZ | 32.8 | 27.43 | 55.19 | - |
| YUV | 146.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 195 | 0.16 | 0.34 | 0 | 0.24 | 270.91 | 0.35 | 0.64 |
| Hex | A3 | 81 | C3 | 10 | 22 | 0 | 18 | 10F | 23 | 40 |
| Octal | 243 | 201 | 303 | 20 | 42 | 0 | 30 | 417 | 43 | 100 |
| Binary | 10100011 | 10000001 | 11000011 | 10000 | 100010 | 0 | 11000 | 100001111 | 100011 | 1000000 |
Color Harmonies of #A381C3
Complementary color
Monochromatic Colors of #A381C3
Black with #A381C3
Text Example
Text Example
White with #A381C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381C3; }
p { color: rgb(163,129,195); }
H1.HeaderClassName
{
color: #A381C3;
}
.AnyTagClassName
{
color: #A381C3;
}
</style>
background-color css
<style>
a { background-color: #A381C3; }
a { background-color: rgb(163,129,195); }
div.DivClassName
{
background-color: #A381C3;
}
.BgClassName
{
background-color: #A381C3;
}
</style>
border-color css
<style>
span { border-color: #A381C3; }
span { border-color: rgb(163,129,195); }
td.TdClassName
{
border-color: #A381C3;
}
.TagClassName
{
border-color: #A381C3;
}
</style>