#A97CF2

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

Shades of Medium Purple #A97CF2

Tints of Medium Purple #A97CF2

Color information

#A97CF2 (or 0xA97CF2) is unknown color: approx Medium Purple. HEX triplet: A9, 7C and F2. RGB value is (169,124,242). Sum of RGB (Red+Green+Blue) = 169+124+242=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #A97CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97CF2 is #56830D. Grayscale: #969696. Windows color (decimal): -5669646 or 15891625. OLE color: 15891625.

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

Color convert

RGB169124242-
CMYK0.300.4900.05
HSL262.88º81.94%71.76%-
HSV(B)262.88º48.76%94.9%-
XYZ39.629.2687.57-
YUV150.91179.41140.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 124 (48.83% from 255) = 23.18%
BLUE value IS 242 (94.92% from 255) = 45.23%
R=31.59%
G=23.18%
B=45.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691242420.300.4900.05262.8881.9471.76
HexA97CF21E31051075248
Octal251174362366105407122110
Binary1010100111111001111001011110110001010110000011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CF2; }

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

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

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

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

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

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

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

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