Shades of East Side #A481AC
Tints of East Side #A481AC
RGB
CMYK
RGB Variations
Color information
#A481AC (or 0xA481AC) is known color: East Side. HEX triplet: A4, 81 and AC. RGB value is (164,129,172). Sum of RGB (Red+Green+Blue) = 164+129+172=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #A481AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A481AC is #5B7E53. Grayscale: #909090. Windows color (decimal): -5996116 or 11305380. OLE color: 11305380.
HSL color Cylindrical-coordinate representation of color #A481AC: hue angle of 288.84º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A481AC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 129 | 172 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.33 |
| HSL | 288.84º | 0.21% | 0.59% | - |
| HSV(B) | 288.84º | 0.25% | 0.67% | - |
| XYZ | 30.61 | 26.57 | 42.55 | - |
| YUV | 144.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 172 | 0.05 | 0.25 | 0 | 0.33 | 288.84 | 0.21 | 0.59 |
| Hex | A4 | 81 | AC | 5 | 19 | 0 | 21 | 121 | 15 | 3B |
| Octal | 244 | 201 | 254 | 5 | 31 | 0 | 41 | 441 | 25 | 73 |
| Binary | 10100100 | 10000001 | 10101100 | 101 | 11001 | 0 | 100001 | 100100001 | 10101 | 111011 |
Color Harmonies of #A481AC
Complementary color
Monochromatic Colors of #A481AC
Black with #A481AC
Text Example
Text Example
White with #A481AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481AC; }
p { color: rgb(164,129,172); }
H1.HeaderClassName
{
color: #A481AC;
}
.AnyTagClassName
{
color: #A481AC;
}
</style>
background-color css
<style>
a { background-color: #A481AC; }
a { background-color: rgb(164,129,172); }
div.DivClassName
{
background-color: #A481AC;
}
.BgClassName
{
background-color: #A481AC;
}
</style>
border-color css
<style>
span { border-color: #A481AC; }
span { border-color: rgb(164,129,172); }
td.TdClassName
{
border-color: #A481AC;
}
.TagClassName
{
border-color: #A481AC;
}
</style>