#A181BB

Color #A181BB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A181BB

Tints of East Side #A181BB

Color information

#A181BB (or 0xA181BB) is unknown color: approx East Side. HEX triplet: A1, 81 and BB. RGB value is (161,129,187). Sum of RGB (Red+Green+Blue) = 161+129+187=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #A181BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181BB is #5E7E44. Grayscale: #909090. Windows color (decimal): -6192709 or 12288417. OLE color: 12288417.

HSL color Cylindrical-coordinate representation of color #A181BB: hue angle of 273.1º 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 #A181BB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161129187-
CMYK0.140.3100.27
HSL273.1º29.9%61.96%-
HSV(B)273.1º31.02%73.33%-
XYZ31.5226.8750.54-
YUV145.18151.6139.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=33.75%
G=27.04%
B=39.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611291870.140.3100.27273.129.961.96
HexA181BBE1F01B1111e3e
Octal24120127316370334213676
Binary10100001100000011011101111101111101101110001000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181BB; }

 p { color: rgb(161,129,187); }

 H1.HeaderClassName
 {
   color: #A181BB;
 }
 .AnyTagClassName
 {
   color: #A181BB;
 }
</style>
background-color css

<style>
 a { background-color: #A181BB; }

 a { background-color: rgb(161,129,187); }

 div.DivClassName
 {
   background-color: #A181BB;
 }
 .BgClassName
 {
   background-color: #A181BB;
 }
</style>
border-color css

<style>
 span { border-color: #A181BB; }

 span { border-color: rgb(161,129,187); }

 td.TdClassName
 {
   border-color: #A181BB;
 }
 .TagClassName
 {
   border-color: #A181BB;
 }
</style>