#AC72F8

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

Shades of Medium Purple #AC72F8

Tints of Medium Purple #AC72F8

Color information

#AC72F8 (or 0xAC72F8) is unknown color: approx Medium Purple. HEX triplet: AC, 72 and F8. RGB value is (172,114,248). Sum of RGB (Red+Green+Blue) = 172+114+248=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC72F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC72F8 is #538D07. Grayscale: #929292. Windows color (decimal): -5475592 or 16282284. OLE color: 16282284.

HSL color Cylindrical-coordinate representation of color #AC72F8: hue angle of 265.97º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC72F8 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172114248-
CMYK0.310.5400.03
HSL265.97º90.54%70.98%-
HSV(B)265.97º54.03%97.25%-
XYZ39.9727.5892.02-
YUV146.62185.22146.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 114 (44.92% from 255) = 21.35%
BLUE value IS 248 (97.27% from 255) = 46.44%
R=32.21%
G=21.35%
B=46.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721142480.310.5400.03265.9790.5470.98
HexAC72F81F360310a5b47
Octal254162370376603412133107
Binary101011001110010111110001111111011001110000101010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72F8; }

 p { color: rgb(172,114,248); }

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

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

 a { background-color: rgb(172,114,248); }

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

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

 span { border-color: rgb(172,114,248); }

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