#A18AF3

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

Shades of Medium Purple #A18AF3

Tints of Medium Purple #A18AF3

Color information

#A18AF3 (or 0xA18AF3) is unknown color: approx Medium Purple. HEX triplet: A1, 8A and F3. RGB value is (161,138,243). Sum of RGB (Red+Green+Blue) = 161+138+243=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #A18AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18AF3 is #5E750C. Grayscale: #9C9C9C. Windows color (decimal): -6190349 or 15960737. OLE color: 15960737.

HSL color Cylindrical-coordinate representation of color #A18AF3: hue angle of 253.14º degrees, saturation: 0.81, 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 #A18AF3 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161138243-
CMYK0.340.4300.05
HSL253.14º81.4%74.71%-
HSV(B)253.14º43.21%95.29%-
XYZ39.9632.2388.91-
YUV156.85176.62130.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 243 (95.31% from 255) = 44.83%
R=29.70%
G=25.46%
B=44.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611382430.340.4300.05253.1481.474.71
HexA18AF3222B05fd514b
Octal241212363425305375121113
Binary10100001100010101111001110001010101101011111110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AF3; }

 p { color: rgb(161,138,243); }

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

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

 a { background-color: rgb(161,138,243); }

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

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

 span { border-color: rgb(161,138,243); }

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