#A18BF4

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

Shades of Medium Purple #A18BF4

Tints of Medium Purple #A18BF4

Color information

#A18BF4 (or 0xA18BF4) is unknown color: approx Medium Purple. HEX triplet: A1, 8B and F4. RGB value is (161,139,244). Sum of RGB (Red+Green+Blue) = 161+139+244=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #A18BF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18BF4 is #5E740B. Grayscale: #9D9D9D. Windows color (decimal): -6190092 or 16026529. OLE color: 16026529.

HSL color Cylindrical-coordinate representation of color #A18BF4: hue angle of 252.57º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A18BF4 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161139244-
CMYK0.340.4300.04
HSL252.57º82.68%75.1%-
HSV(B)252.57º43.03%95.69%-
XYZ40.2632.5789.75-
YUV157.55176.79130.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 244 (95.70% from 255) = 44.85%
R=29.60%
G=25.55%
B=44.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611392440.340.4300.04252.5782.6875.1
HexA18BF4222B04fd534b
Octal241213364425304375123113
Binary10100001100010111111010010001010101101001111110110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BF4; }

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

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

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

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

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

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

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

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