Shades of East Side #A481C4
Tints of East Side #A481C4
RGB
CMYK
RGB Variations
Color information
#A481C4 (or 0xA481C4) is known color: East Side. HEX triplet: A4, 81 and C4. RGB value is (164,129,196). Sum of RGB (Red+Green+Blue) = 164+129+196=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 196 - color contains mainly: blue. Hex color #A481C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481C4 is #5B7E3B. Grayscale: #929292. Windows color (decimal): -5996092 or 12878244. OLE color: 12878244.
HSL color Cylindrical-coordinate representation of color #A481C4: hue angle of 271.34º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A481C4 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 129 | 196 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.23 |
| HSL | 271.34º | 0.36% | 0.64% | - |
| HSV(B) | 271.34º | 0.34% | 0.77% | - |
| XYZ | 33.12 | 27.58 | 55.8 | - |
| YUV | 147.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 196 | 0.16 | 0.34 | 0 | 0.23 | 271.34 | 0.36 | 0.64 |
| Hex | A4 | 81 | C4 | 10 | 22 | 0 | 17 | 10F | 24 | 40 |
| Octal | 244 | 201 | 304 | 20 | 42 | 0 | 27 | 417 | 44 | 100 |
| Binary | 10100100 | 10000001 | 11000100 | 10000 | 100010 | 0 | 10111 | 100001111 | 100100 | 1000000 |
Color Harmonies of #A481C4
Complementary color
Monochromatic Colors of #A481C4
Black with #A481C4
Text Example
Text Example
White with #A481C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481C4; }
p { color: rgb(164,129,196); }
H1.HeaderClassName
{
color: #A481C4;
}
.AnyTagClassName
{
color: #A481C4;
}
</style>
background-color css
<style>
a { background-color: #A481C4; }
a { background-color: rgb(164,129,196); }
div.DivClassName
{
background-color: #A481C4;
}
.BgClassName
{
background-color: #A481C4;
}
</style>
border-color css
<style>
span { border-color: #A481C4; }
span { border-color: rgb(164,129,196); }
td.TdClassName
{
border-color: #A481C4;
}
.TagClassName
{
border-color: #A481C4;
}
</style>