#ac7ff5

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

Shades of Medium Purple #AC7FF5

Tints of Medium Purple #AC7FF5

Color information

#AC7FF5 (or 0xAC7FF5) is unknown color: approx Medium Purple. HEX triplet: AC, 7F and F5. RGB value is (172,127,245). Sum of RGB (Red+Green+Blue) = 172+127+245=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC7FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FF5 is #53800A. Grayscale: #999999. Windows color (decimal): -5472267 or 16089004. OLE color: 16089004.

HSL color Cylindrical-coordinate representation of color #AC7FF5: hue angle of 262.88º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC7FF5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172127245-
CMYK0.300.4800.04
HSL262.88º85.51%72.94%-
HSV(B)262.88º48.16%96.08%-
XYZ41.0830.5490.12-
YUV153.91179.41140.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 245 (96.09% from 255) = 45.04%
R=31.62%
G=23.35%
B=45.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721272450.300.4800.04262.8885.5172.94
HexAC7FF51E30041075649
Octal254177365366004407126111
Binary1010110011111111111010111110110000010010000011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7ff5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7ff5; }

 p { color: rgb(172,127,245); }

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

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

 a { background-color: rgb(172,127,245); }

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

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

 span { border-color: rgb(172,127,245); }

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