#A18BF2

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

Shades of Medium Purple #A18BF2

Tints of Medium Purple #A18BF2

Color information

#A18BF2 (or 0xA18BF2) is unknown color: approx Medium Purple. HEX triplet: A1, 8B and F2. RGB value is (161,139,242). Sum of RGB (Red+Green+Blue) = 161+139+242=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #A18BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18BF2 is #5E740D. Grayscale: #9C9C9C. Windows color (decimal): -6190094 or 15895457. OLE color: 15895457.

HSL color Cylindrical-coordinate representation of color #A18BF2: hue angle of 252.82º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A18BF2 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161139242-
CMYK0.330.4300.05
HSL252.82º79.84%74.71%-
HSV(B)252.82º42.56%94.9%-
XYZ39.9632.4588.16-
YUV157.32175.79130.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 242 (94.92% from 255) = 44.65%
R=29.70%
G=25.65%
B=44.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611392420.330.4300.05252.8279.8474.71
HexA18BF2212B05fd504b
Octal241213362415305375120113
Binary10100001100010111111001010000110101101011111110110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BF2; }

 p { color: rgb(161,139,242); }

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

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

 a { background-color: rgb(161,139,242); }

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

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

 span { border-color: rgb(161,139,242); }

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