#A184EB

Color #A184EB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A184EB

Tints of Medium Purple #A184EB

Color information

#A184EB (or 0xA184EB) is unknown color: approx Medium Purple. HEX triplet: A1, 84 and EB. RGB value is (161,132,235). Sum of RGB (Red+Green+Blue) = 161+132+235=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #A184EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184EB is #5E7B14. Grayscale: #989898. Windows color (decimal): -6191893 or 15434913. OLE color: 15434913.

HSL color Cylindrical-coordinate representation of color #A184EB: hue angle of 256.89º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A184EB is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161132235-
CMYK0.310.4400.08
HSL256.89º72.03%71.96%-
HSV(B)256.89º43.83%92.16%-
XYZ37.9430.0882.4-
YUV152.41174.61134.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=30.49%
G=25%
B=44.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611322350.310.4400.08256.8972.0371.96
HexA184EB1F2C081014848
Octal2412043533754010401110110
Binary101000011000010011101011111111011000100010000000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184EB; }

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

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

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

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

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

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

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

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