#A185B5

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

Shades of East Side #A185B5

Tints of East Side #A185B5

Color information

#A185B5 (or 0xA185B5) is unknown color: approx East Side. HEX triplet: A1, 85 and B5. RGB value is (161,133,181). Sum of RGB (Red+Green+Blue) = 161+133+181=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #A185B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185B5 is #5E7A4A. Grayscale: #929292. Windows color (decimal): -6191691 or 11896225. OLE color: 11896225.

HSL color Cylindrical-coordinate representation of color #A185B5: hue angle of 275º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A185B5 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161133181-
CMYK0.110.2700.29
HSL275º24.49%61.57%-
HSV(B)275º26.52%70.98%-
XYZ31.4327.6947.4-
YUV146.84147.28138.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=33.89%
G=28%
B=38.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611331810.110.2700.2927524.4961.57
HexA185B5B1B01D113183e
Octal24120526513330354233076
Binary10100001100001011011010110111101101110110001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185B5; }

 p { color: rgb(161,133,181); }

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

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

 a { background-color: rgb(161,133,181); }

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

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

 span { border-color: rgb(161,133,181); }

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