#A184ED

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

Shades of Medium Purple #A184ED

Tints of Medium Purple #A184ED

Color information

#A184ED (or 0xA184ED) is unknown color: approx Medium Purple. HEX triplet: A1, 84 and ED. RGB value is (161,132,237). Sum of RGB (Red+Green+Blue) = 161+132+237=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #A184ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184ED is #5E7B12. Grayscale: #989898. Windows color (decimal): -6191891 or 15565985. OLE color: 15565985.

HSL color Cylindrical-coordinate representation of color #A184ED: hue angle of 256.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A184ED is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161132237-
CMYK0.320.4400.07
HSL256.57º74.47%72.35%-
HSV(B)256.57º44.3%92.94%-
XYZ38.2430.1983.93-
YUV152.64175.61133.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=30.38%
G=24.91%
B=44.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611322370.320.4400.07256.5774.4772.35
HexA184ED202C071014a48
Octal241204355405407401112110
Binary101000011000010011101101100000101100011110000000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184ED; }

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

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

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

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

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

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

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

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