#A97CFA

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

Shades of Medium Purple #A97CFA

Tints of Medium Purple #A97CFA

Color information

#A97CFA (or 0xA97CFA) is unknown color: approx Medium Purple. HEX triplet: A9, 7C and FA. RGB value is (169,124,250). Sum of RGB (Red+Green+Blue) = 169+124+250=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #A97CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97CFA is #568305. Grayscale: #979797. Windows color (decimal): -5669638 or 16415913. OLE color: 16415913.

HSL color Cylindrical-coordinate representation of color #A97CFA: hue angle of 261.43º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A97CFA is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169124250-
CMYK0.320.5000.02
HSL261.43º92.65%73.33%-
HSV(B)261.43º50.4%98.04%-
XYZ40.8329.7594.03-
YUV151.82183.41140.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=31.12%
G=22.84%
B=46.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691242500.320.5000.02261.4392.6573.33
HexA97CFA2032021055d49
Octal251174372406202405135111
Binary1010100111111001111101010000011001001010000010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CFA; }

 p { color: rgb(169,124,250); }

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

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

 a { background-color: rgb(169,124,250); }

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

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

 span { border-color: rgb(169,124,250); }

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