#A981F5

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

Shades of Medium Purple #A981F5

Tints of Medium Purple #A981F5

Color information

#A981F5 (or 0xA981F5) is unknown color: approx Medium Purple. HEX triplet: A9, 81 and F5. RGB value is (169,129,245). Sum of RGB (Red+Green+Blue) = 169+129+245=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #A981F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A981F5 is #567E0A. Grayscale: #999999. Windows color (decimal): -5668363 or 16089513. OLE color: 16089513.

HSL color Cylindrical-coordinate representation of color #A981F5: hue angle of 260.69º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A981F5 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169129245-
CMYK0.310.4700.04
HSL260.69º85.29%73.33%-
HSV(B)260.69º47.35%96.08%-
XYZ40.6930.7390.17-
YUV154.18179.25138.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 245 (96.09% from 255) = 45.12%
R=31.12%
G=23.76%
B=45.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691292450.310.4700.04260.6985.2973.33
HexA981F51F2F041055549
Octal251201365375704405125111
Binary10101001100000011111010111111101111010010000010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981F5; }

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

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

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

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

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

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

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

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