#A97DF5

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

Shades of Medium Purple #A97DF5

Tints of Medium Purple #A97DF5

Color information

#A97DF5 (or 0xA97DF5) is unknown color: approx Medium Purple. HEX triplet: A9, 7D and F5. RGB value is (169,125,245). Sum of RGB (Red+Green+Blue) = 169+125+245=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #A97DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97DF5 is #56820A. Grayscale: #979797. Windows color (decimal): -5669387 or 16088489. OLE color: 16088489.

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

Color convert

RGB169125245-
CMYK0.310.4900.04
HSL262º85.71%72.55%-
HSV(B)262º48.98%96.08%-
XYZ40.1829.6990-
YUV151.84180.58140.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 245 (96.09% from 255) = 45.45%
R=31.35%
G=23.19%
B=45.45%

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
Decimal1691252450.310.4900.0426285.7172.55
HexA97DF51F31041065649
Octal251175365376104406126111
Binary1010100111111011111010111111110001010010000011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DF5; }

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

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

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

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

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

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

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

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