Shades of East Side #A481C1
Tints of East Side #A481C1
RGB
CMYK
RGB Variations
Color information
#A481C1 (or 0xA481C1) is known color: East Side. HEX triplet: A4, 81 and C1. RGB value is (164,129,193). Sum of RGB (Red+Green+Blue) = 164+129+193=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #A481C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481C1 is #5B7E3E. Grayscale: #929292. Windows color (decimal): -5996095 or 12681636. OLE color: 12681636.
HSL color Cylindrical-coordinate representation of color #A481C1: hue angle of 272.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A481C1 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 129 | 193 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.24 |
| HSL | 272.81º | 0.34% | 0.63% | - |
| HSV(B) | 272.81º | 0.33% | 0.76% | - |
| XYZ | 32.79 | 27.44 | 54.02 | - |
| YUV | 146.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 193 | 0.15 | 0.33 | 0 | 0.24 | 272.81 | 0.34 | 0.63 |
| Hex | A4 | 81 | C1 | F | 21 | 0 | 18 | 111 | 22 | 3F |
| Octal | 244 | 201 | 301 | 17 | 41 | 0 | 30 | 421 | 42 | 77 |
| Binary | 10100100 | 10000001 | 11000001 | 1111 | 100001 | 0 | 11000 | 100010001 | 100010 | 111111 |
Color Harmonies of #A481C1
Complementary color
Monochromatic Colors of #A481C1
Black with #A481C1
Text Example
Text Example
White with #A481C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481C1; }
p { color: rgb(164,129,193); }
H1.HeaderClassName
{
color: #A481C1;
}
.AnyTagClassName
{
color: #A481C1;
}
</style>
background-color css
<style>
a { background-color: #A481C1; }
a { background-color: rgb(164,129,193); }
div.DivClassName
{
background-color: #A481C1;
}
.BgClassName
{
background-color: #A481C1;
}
</style>
border-color css
<style>
span { border-color: #A481C1; }
span { border-color: rgb(164,129,193); }
td.TdClassName
{
border-color: #A481C1;
}
.TagClassName
{
border-color: #A481C1;
}
</style>