#A97DF1

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

Shades of Medium Purple #A97DF1

Tints of Medium Purple #A97DF1

Color information

#A97DF1 (or 0xA97DF1) is unknown color: approx Medium Purple. HEX triplet: A9, 7D and F1. RGB value is (169,125,241). Sum of RGB (Red+Green+Blue) = 169+125+241=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #A97DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97DF1 is #56820E. Grayscale: #969696. Windows color (decimal): -5669391 or 15826345. OLE color: 15826345.

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

Color convert

RGB169125241-
CMYK0.300.4800.05
HSL262.76º80.56%71.76%-
HSV(B)262.76º48.13%94.51%-
XYZ39.5729.4586.82-
YUV151.38178.58140.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=31.59%
G=23.36%
B=45.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691252410.300.4800.05262.7680.5671.76
HexA97DF11E30051075148
Octal251175361366005407121110
Binary1010100111111011111000111110110000010110000011110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DF1; }

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

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

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

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

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

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

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

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