#A97CF1

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

Shades of Medium Purple #A97CF1

Tints of Medium Purple #A97CF1

Color information

#A97CF1 (or 0xA97CF1) is unknown color: approx Medium Purple. HEX triplet: A9, 7C and F1. RGB value is (169,124,241). Sum of RGB (Red+Green+Blue) = 169+124+241=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #A97CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97CF1 is #56830E. Grayscale: #969696. Windows color (decimal): -5669647 or 15826089. OLE color: 15826089.

HSL color Cylindrical-coordinate representation of color #A97CF1: hue angle of 263.08º degrees, saturation: 0.81, 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 #A97CF1 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169124241-
CMYK0.300.4900.05
HSL263.08º80.69%71.57%-
HSV(B)263.08º48.55%94.51%-
XYZ39.4529.286.78-
YUV150.79178.91140.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 124 (48.83% from 255) = 23.22%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=31.65%
G=23.22%
B=45.13%

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
Decimal1691242410.300.4900.05263.0880.6971.57
HexA97CF11E31051075148
Octal251174361366105407121110
Binary1010100111111001111000111110110001010110000011110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CF1; }

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

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

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

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

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

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

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

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