Shades of East Side #A181B8
Tints of East Side #A181B8
RGB
CMYK
RGB Variations
Color information
#A181B8 (or 0xA181B8) is known color: East Side. HEX triplet: A1, 81 and B8. RGB value is (161,129,184). Sum of RGB (Red+Green+Blue) = 161+129+184=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 184 - color contains mainly: blue. Hex color #A181B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181B8 is #5E7E47. Grayscale: #909090. Windows color (decimal): -6192712 or 12091809. OLE color: 12091809.
HSL color Cylindrical-coordinate representation of color #A181B8: hue angle of 274.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A181B8 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 129 | 184 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.28 |
| HSL | 274.91º | 0.28% | 0.61% | - |
| HSV(B) | 274.91º | 0.3% | 0.72% | - |
| XYZ | 31.2 | 26.74 | 48.86 | - |
| YUV | 144.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 184 | 0.12 | 0.30 | 0 | 0.28 | 274.91 | 0.28 | 0.61 |
| Hex | A1 | 81 | B8 | C | 1E | 0 | 1C | 113 | 1C | 3D |
| Octal | 241 | 201 | 270 | 14 | 36 | 0 | 34 | 423 | 34 | 75 |
| Binary | 10100001 | 10000001 | 10111000 | 1100 | 11110 | 0 | 11100 | 100010011 | 11100 | 111101 |
Color Harmonies of #A181B8
Complementary color
Monochromatic Colors of #A181B8
Black with #A181B8
Text Example
Text Example
White with #A181B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A181B8; }
p { color: rgb(161,129,184); }
H1.HeaderClassName
{
color: #A181B8;
}
.AnyTagClassName
{
color: #A181B8;
}
</style>
background-color css
<style>
a { background-color: #A181B8; }
a { background-color: rgb(161,129,184); }
div.DivClassName
{
background-color: #A181B8;
}
.BgClassName
{
background-color: #A181B8;
}
</style>
border-color css
<style>
span { border-color: #A181B8; }
span { border-color: rgb(161,129,184); }
td.TdClassName
{
border-color: #A181B8;
}
.TagClassName
{
border-color: #A181B8;
}
</style>