#A97FF5

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

Shades of Medium Purple #A97FF5

Tints of Medium Purple #A97FF5

Color information

#A97FF5 (or 0xA97FF5) is unknown color: approx Medium Purple. HEX triplet: A9, 7F and F5. RGB value is (169,127,245). Sum of RGB (Red+Green+Blue) = 169+127+245=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #A97FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97FF5 is #56800A. Grayscale: #989898. Windows color (decimal): -5668875 or 16089001. OLE color: 16089001.

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

Color convert

RGB169127245-
CMYK0.310.4800.04
HSL261.36º85.51%72.94%-
HSV(B)261.36º48.16%96.08%-
XYZ40.4330.2190.09-
YUV153.01179.91139.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 245 (96.09% from 255) = 45.29%
R=31.24%
G=23.48%
B=45.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691272450.310.4800.04261.3685.5172.94
HexA97FF51F30041055649
Octal251177365376004405126111
Binary1010100111111111111010111111110000010010000010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97FF5; }

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

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

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

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

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

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

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

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