#A184F6

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

Shades of Medium Purple #A184F6

Tints of Medium Purple #A184F6

Color information

#A184F6 (or 0xA184F6) is unknown color: approx Medium Purple. HEX triplet: A1, 84 and F6. RGB value is (161,132,246). Sum of RGB (Red+Green+Blue) = 161+132+246=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #A184F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184F6 is #5E7B09. Grayscale: #999999. Windows color (decimal): -6191882 or 16155809. OLE color: 16155809.

HSL color Cylindrical-coordinate representation of color #A184F6: hue angle of 255.26º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A184F6 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161132246-
CMYK0.350.4600.04
HSL255.26º86.36%74.12%-
HSV(B)255.26º46.34%96.47%-
XYZ39.5830.7391.03-
YUV153.67180.11133.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 246 (96.48% from 255) = 45.64%
R=29.87%
G=24.49%
B=45.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611322460.350.4600.04255.2686.3674.12
HexA184F6232E04ff564a
Octal241204366435604377126112
Binary10100001100001001111011010001110111001001111111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184F6; }

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

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

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

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

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

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

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

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