#A184AD

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

Shades of East Side #A184AD

Tints of East Side #A184AD

Color information

#A184AD (or 0xA184AD) is unknown color: approx East Side. HEX triplet: A1, 84 and AD. RGB value is (161,132,173). Sum of RGB (Red+Green+Blue) = 161+132+173=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #A184AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A184AD is #5E7B52. Grayscale: #919191. Windows color (decimal): -6191955 or 11371681. OLE color: 11371681.

HSL color Cylindrical-coordinate representation of color #A184AD: hue angle of 282.44º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A184AD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161132173-
CMYK0.070.2400.32
HSL282.44º20%59.8%-
HSV(B)282.44º23.7%67.84%-
XYZ30.4927.143.16-
YUV145.34143.61139.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=34.55%
G=28.33%
B=37.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611321730.070.2400.32282.442059.8
HexA184AD71802011a143c
Octal2412042557300404322474
Binary10100001100001001010110111111000010000010001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184AD; }

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

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

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

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

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

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

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

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