#AC73F0

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

Shades of Medium Purple #AC73F0

Tints of Medium Purple #AC73F0

Color information

#AC73F0 (or 0xAC73F0) is unknown color: approx Medium Purple. HEX triplet: AC, 73 and F0. RGB value is (172,115,240). Sum of RGB (Red+Green+Blue) = 172+115+240=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC73F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC73F0 is #538C0F. Grayscale: #919191. Windows color (decimal): -5475344 or 15758252. OLE color: 15758252.

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

Color convert

RGB172115240-
CMYK0.280.5200.06
HSL267.36º80.65%69.61%-
HSV(B)267.36º52.08%94.12%-
XYZ38.8727.3285.66-
YUV146.29180.88146.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 115 (45.31% from 255) = 21.82%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=32.64%
G=21.82%
B=45.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721152400.280.5200.06267.3680.6569.61
HexAC73F01C340610b5146
Octal254163360346406413121106
Binary1010110011100111111000011100110100011010000101110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC73F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC73F0; }

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

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

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

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

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

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

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

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