#A97DF0

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

Shades of Medium Purple #A97DF0

Tints of Medium Purple #A97DF0

Color information

#A97DF0 (or 0xA97DF0) is unknown color: approx Medium Purple. HEX triplet: A9, 7D and F0. RGB value is (169,125,240). Sum of RGB (Red+Green+Blue) = 169+125+240=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #A97DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97DF0 is #56820F. Grayscale: #969696. Windows color (decimal): -5669392 or 15760809. OLE color: 15760809.

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

Color convert

RGB169125240-
CMYK0.300.4800.06
HSL262.96º79.31%71.57%-
HSV(B)262.96º47.92%94.12%-
XYZ39.4229.3986.03-
YUV151.27178.08140.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 240 (94.14% from 255) = 44.94%
R=31.65%
G=23.41%
B=44.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691252400.300.4800.06262.9679.3171.57
HexA97DF01E30061074f48
Octal251175360366006407117110
Binary1010100111111011111000011110110000011010000011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DF0; }

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

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

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

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

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

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

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

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