Shades of East Side #A481BB
Tints of East Side #A481BB
RGB
CMYK
RGB Variations
Color information
#A481BB (or 0xA481BB) is known color: East Side. HEX triplet: A4, 81 and BB. RGB value is (164,129,187). Sum of RGB (Red+Green+Blue) = 164+129+187=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #A481BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481BB is #5B7E44. Grayscale: #919191. Windows color (decimal): -5996101 or 12288420. OLE color: 12288420.
HSL color Cylindrical-coordinate representation of color #A481BB: hue angle of 276.21º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A481BB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 129 | 187 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.27 |
| HSL | 276.21º | 0.3% | 0.62% | - |
| HSV(B) | 276.21º | 0.31% | 0.73% | - |
| XYZ | 32.13 | 27.18 | 50.57 | - |
| YUV | 146.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 187 | 0.12 | 0.31 | 0 | 0.27 | 276.21 | 0.3 | 0.62 |
| Hex | A4 | 81 | BB | C | 1F | 0 | 1B | 114 | 1E | 3E |
| Octal | 244 | 201 | 273 | 14 | 37 | 0 | 33 | 424 | 36 | 76 |
| Binary | 10100100 | 10000001 | 10111011 | 1100 | 11111 | 0 | 11011 | 100010100 | 11110 | 111110 |
Color Harmonies of #A481BB
Complementary color
Monochromatic Colors of #A481BB
Black with #A481BB
Text Example
Text Example
White with #A481BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481BB; }
p { color: rgb(164,129,187); }
H1.HeaderClassName
{
color: #A481BB;
}
.AnyTagClassName
{
color: #A481BB;
}
</style>
background-color css
<style>
a { background-color: #A481BB; }
a { background-color: rgb(164,129,187); }
div.DivClassName
{
background-color: #A481BB;
}
.BgClassName
{
background-color: #A481BB;
}
</style>
border-color css
<style>
span { border-color: #A481BB; }
span { border-color: rgb(164,129,187); }
td.TdClassName
{
border-color: #A481BB;
}
.TagClassName
{
border-color: #A481BB;
}
</style>