#A183AE

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

Shades of East Side #A183AE

Tints of East Side #A183AE

Color information

#A183AE (or 0xA183AE) is unknown color: approx East Side. HEX triplet: A1, 83 and AE. RGB value is (161,131,174). Sum of RGB (Red+Green+Blue) = 161+131+174=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #A183AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A183AE is #5E7C51. Grayscale: #909090. Windows color (decimal): -6192210 or 11436961. OLE color: 11436961.

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

Color convert

RGB161131174-
CMYK0.070.2500.32
HSL281.86º20.98%59.8%-
HSV(B)281.86º24.71%68.24%-
XYZ30.4526.8743.62-
YUV144.87144.44139.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=34.55%
G=28.11%
B=37.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611311740.070.2500.32281.8620.9859.8
HexA183AE71902011a153c
Octal2412032567310404322574
Binary10100001100000111010111011111001010000010001101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183AE; }

 p { color: rgb(161,131,174); }

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

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

 a { background-color: rgb(161,131,174); }

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

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

 span { border-color: rgb(161,131,174); }

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