#A97FF6

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

Shades of Medium Purple #A97FF6

Tints of Medium Purple #A97FF6

Color information

#A97FF6 (or 0xA97FF6) is unknown color: approx Medium Purple. HEX triplet: A9, 7F and F6. RGB value is (169,127,246). Sum of RGB (Red+Green+Blue) = 169+127+246=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #A97FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97FF6 is #568009. Grayscale: #989898. Windows color (decimal): -5668874 or 16154537. OLE color: 16154537.

HSL color Cylindrical-coordinate representation of color #A97FF6: hue angle of 261.18º degrees, saturation: 0.87, 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 #A97FF6 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169127246-
CMYK0.310.4800.04
HSL261.18º86.86%73.14%-
HSV(B)261.18º48.37%96.47%-
XYZ40.5930.2790.89-
YUV153.12180.41139.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 127 (50% from 255) = 23.43%
BLUE value IS 246 (96.48% from 255) = 45.39%
R=31.18%
G=23.43%
B=45.39%

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
Decimal1691272460.310.4800.04261.1886.8673.14
HexA97FF61F30041055749
Octal251177366376004405127111
Binary1010100111111111111011011111110000010010000010110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97FF6; }

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

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

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

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

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

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

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

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