#A181BD

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

Shades of East Side #A181BD

Tints of East Side #A181BD

Color information

#A181BD (or 0xA181BD) is unknown color: approx East Side. HEX triplet: A1, 81 and BD. RGB value is (161,129,189). Sum of RGB (Red+Green+Blue) = 161+129+189=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #A181BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181BD is #5E7E42. Grayscale: #919191. Windows color (decimal): -6192707 or 12419489. OLE color: 12419489.

HSL color Cylindrical-coordinate representation of color #A181BD: hue angle of 272º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A181BD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161129189-
CMYK0.150.3200.26
HSL272º31.25%62.35%-
HSV(B)272º31.75%74.12%-
XYZ31.7326.9551.67-
YUV145.41152.6139.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=33.61%
G=26.93%
B=39.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611291890.150.3200.2627231.2562.35
HexA181BDF2001A1101f3e
Octal24120127517400324203776
Binary101000011000000110111101111110000001101010001000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181BD; }

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

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

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

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

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

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

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

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