#A97DF4

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

Shades of Medium Purple #A97DF4

Tints of Medium Purple #A97DF4

Color information

#A97DF4 (or 0xA97DF4) is unknown color: approx Medium Purple. HEX triplet: A9, 7D and F4. RGB value is (169,125,244). Sum of RGB (Red+Green+Blue) = 169+125+244=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 244 (95.70% from 255 or 45.35% from 538); Max value from RGB is 244 - color contains mainly: blue. Hex color #A97DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97DF4 is #56820B. Grayscale: #979797. Windows color (decimal): -5669388 or 16022953. OLE color: 16022953.

HSL color Cylindrical-coordinate representation of color #A97DF4: hue angle of 262.18º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A97DF4 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169125244-
CMYK0.310.4900.04
HSL262.18º84.4%72.35%-
HSV(B)262.18º48.77%95.69%-
XYZ40.0229.6389.2-
YUV151.72180.08140.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 244 (95.70% from 255) = 45.35%
R=31.41%
G=23.23%
B=45.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691252440.310.4900.04262.1884.472.35
HexA97DF41F31041065448
Octal251175364376104406124110
Binary1010100111111011111010011111110001010010000011010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DF4; }

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

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

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

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

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

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

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

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