#A984F1

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

Shades of Medium Purple #A984F1

Tints of Medium Purple #A984F1

Color information

#A984F1 (or 0xA984F1) is unknown color: approx Medium Purple. HEX triplet: A9, 84 and F1. RGB value is (169,132,241). Sum of RGB (Red+Green+Blue) = 169+132+241=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #A984F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A984F1 is #567B0E. Grayscale: #9B9B9B. Windows color (decimal): -5667599 or 15828137. OLE color: 15828137.

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

Color convert

RGB169132241-
CMYK0.300.4500.05
HSL260.37º79.56%73.14%-
HSV(B)260.37º45.23%94.51%-
XYZ40.4931.2987.12-
YUV155.49176.26137.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=31.18%
G=24.35%
B=44.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691322410.300.4500.05260.3779.5673.14
HexA984F11E2D051045049
Octal251204361365505404120111
Binary10101001100001001111000111110101101010110000010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984F1; }

 p { color: rgb(169,132,241); }

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

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

 a { background-color: rgb(169,132,241); }

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

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

 span { border-color: rgb(169,132,241); }

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