#A873F1

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

Shades of Medium Purple #A873F1

Tints of Medium Purple #A873F1

Color information

#A873F1 (or 0xA873F1) is unknown color: approx Medium Purple. HEX triplet: A8, 73 and F1. RGB value is (168,115,241). Sum of RGB (Red+Green+Blue) = 168+115+241=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #A873F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873F1 is #578C0E. Grayscale: #909090. Windows color (decimal): -5737487 or 15823784. OLE color: 15823784.

HSL color Cylindrical-coordinate representation of color #A873F1: hue angle of 265.24º 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 #A873F1 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168115241-
CMYK0.300.5200.05
HSL265.24º81.82%69.8%-
HSV(B)265.24º52.28%94.51%-
XYZ38.1626.9486.41-
YUV145.21182.06144.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 115 (45.31% from 255) = 21.95%
BLUE value IS 241 (94.53% from 255) = 45.99%
R=32.06%
G=21.95%
B=45.99%

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
Decimal1681152410.300.5200.05265.2481.8269.8
HexA873F11E34051095246
Octal250163361366405411122106
Binary1010100011100111111000111110110100010110000100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A873F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A873F1; }

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

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

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

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

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

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

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

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