#ac72ff

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

Shades of Medium Purple #AC72FF

Tints of Medium Purple #AC72FF

Color information

#AC72FF (or 0xAC72FF) is unknown color: approx Medium Purple. HEX triplet: AC, 72 and FF. RGB value is (172,114,255). Sum of RGB (Red+Green+Blue) = 172+114+255=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC72FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC72FF is #538D00. Grayscale: #929292. Windows color (decimal): -5475585 or 16741036. OLE color: 16741036.

HSL color Cylindrical-coordinate representation of color #AC72FF: hue angle of 264.68º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC72FF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172114255-
CMYK0.330.5500
HSL264.68º100%72.35%-
HSV(B)264.68º55.29%100%-
XYZ41.0828.0397.85-
YUV147.42188.72145.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 114 (44.92% from 255) = 21.07%
BLUE value IS 255 (100% from 255) = 47.13%
R=31.79%
G=21.07%
B=47.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721142550.330.5500264.6810072.35
HexAC72FF2137001096448
Octal254162377416700411144110
Binary101011001110010111111111000011101110010000100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac72ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac72ff; }

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

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

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

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

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

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

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

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