#A184B1

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

Shades of East Side #A184B1

Tints of East Side #A184B1

Color information

#A184B1 (or 0xA184B1) is unknown color: approx East Side. HEX triplet: A1, 84 and B1. RGB value is (161,132,177). Sum of RGB (Red+Green+Blue) = 161+132+177=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: blue. Hex color #A184B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A184B1 is #5E7B4E. Grayscale: #919191. Windows color (decimal): -6191951 or 11633825. OLE color: 11633825.

HSL color Cylindrical-coordinate representation of color #A184B1: hue angle of 278.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A184B1 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161132177-
CMYK0.090.2500.31
HSL278.67º22.39%60.59%-
HSV(B)278.67º25.42%69.41%-
XYZ30.8927.2545.23-
YUV145.8145.61138.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=34.26%
G=28.09%
B=37.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611321770.090.2500.31278.6722.3960.59
HexA184B191901F117163d
Octal24120426111310374272675
Binary10100001100001001011000110011100101111110001011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184B1; }

 p { color: rgb(161,132,177); }

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

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

 a { background-color: rgb(161,132,177); }

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

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

 span { border-color: rgb(161,132,177); }

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