#A97AFA

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

Shades of Medium Purple #A97AFA

Tints of Medium Purple #A97AFA

Color information

#A97AFA (or 0xA97AFA) is unknown color: approx Medium Purple. HEX triplet: A9, 7A and FA. RGB value is (169,122,250). Sum of RGB (Red+Green+Blue) = 169+122+250=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #A97AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97AFA is #568505. Grayscale: #969696. Windows color (decimal): -5670150 or 16415401. OLE color: 16415401.

HSL color Cylindrical-coordinate representation of color #A97AFA: hue angle of 262.03º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A97AFA is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169122250-
CMYK0.320.5100.02
HSL262.03º92.75%72.94%-
HSV(B)262.03º51.2%98.04%-
XYZ40.5829.2693.95-
YUV150.64184.07141.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 122 (48.05% from 255) = 22.55%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=31.24%
G=22.55%
B=46.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691222500.320.5100.02262.0392.7572.94
HexA97AFA2033021065d49
Octal251172372406302406135111
Binary1010100111110101111101010000011001101010000011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97AFA; }

 p { color: rgb(169,122,250); }

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

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

 a { background-color: rgb(169,122,250); }

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

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

 span { border-color: rgb(169,122,250); }

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