#A981F3

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

Shades of Medium Purple #A981F3

Tints of Medium Purple #A981F3

Color information

#A981F3 (or 0xA981F3) is unknown color: approx Medium Purple. HEX triplet: A9, 81 and F3. RGB value is (169,129,243). Sum of RGB (Red+Green+Blue) = 169+129+243=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #A981F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A981F3 is #567E0C. Grayscale: #999999. Windows color (decimal): -5668365 or 15958441. OLE color: 15958441.

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

Color convert

RGB169129243-
CMYK0.300.4700.05
HSL261.05º82.61%72.94%-
HSV(B)261.05º46.91%95.29%-
XYZ40.3930.6188.57-
YUV153.96178.25138.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 243 (95.31% from 255) = 44.92%
R=31.24%
G=23.84%
B=44.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691292430.300.4700.05261.0582.6172.94
HexA981F31E2F051055349
Octal251201363365705405123111
Binary10101001100000011111001111110101111010110000010110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981F3; }

 p { color: rgb(169,129,243); }

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

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

 a { background-color: rgb(169,129,243); }

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

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

 span { border-color: rgb(169,129,243); }

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