#A873F0

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

Shades of Medium Purple #A873F0

Tints of Medium Purple #A873F0

Color information

#A873F0 (or 0xA873F0) is unknown color: approx Medium Purple. HEX triplet: A8, 73 and F0. RGB value is (168,115,240). Sum of RGB (Red+Green+Blue) = 168+115+240=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #A873F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873F0 is #578C0F. Grayscale: #909090. Windows color (decimal): -5737488 or 15758248. OLE color: 15758248.

HSL color Cylindrical-coordinate representation of color #A873F0: hue angle of 265.44º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A873F0 is Cyan = 0.3, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB168115240-
CMYK0.30.5200.06
HSL265.44º80.65%69.61%-
HSV(B)265.44º52.08%94.12%-
XYZ38.0126.8885.62-
YUV145.1181.56144.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 115 (45.31% from 255) = 21.99%
BLUE value IS 240 (94.14% from 255) = 45.89%
R=32.12%
G=21.99%
B=45.89%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1681152400.30.5200.06265.4480.6569.61
HexA873F01E34061095146
Octal250163360366406411121106
Binary1010100011100111111000011110110100011010000100110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A873F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A873F0; }

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

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

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

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

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

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

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

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