#A973F1

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

Shades of Medium Purple #A973F1

Tints of Medium Purple #A973F1

Color information

#A973F1 (or 0xA973F1) is unknown color: approx Medium Purple. HEX triplet: A9, 73 and F1. RGB value is (169,115,241). Sum of RGB (Red+Green+Blue) = 169+115+241=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #A973F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A973F1 is #568C0E. Grayscale: #919191. Windows color (decimal): -5671951 or 15823785. OLE color: 15823785.

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

Color convert

RGB169115241-
CMYK0.300.5200.05
HSL265.71º81.82%69.8%-
HSV(B)265.71º52.28%94.51%-
XYZ38.3727.0586.42-
YUV145.51181.89144.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 115 (45.31% from 255) = 21.90%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=32.19%
G=21.90%
B=45.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691152410.300.5200.05265.7181.8269.8
HexA973F11E340510a5246
Octal251163361366405412122106
Binary1010100111100111111000111110110100010110000101010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973F1; }

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

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

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

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

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

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

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

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