#AC5FF7

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

Shades of Medium Purple #AC5FF7

Tints of Medium Purple #AC5FF7

Color information

#AC5FF7 (or 0xAC5FF7) is unknown color: approx Medium Purple. HEX triplet: AC, 5F and F7. RGB value is (172,95,247). Sum of RGB (Red+Green+Blue) = 172+95+247=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC5FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FF7 is #53A008. Grayscale: #868686. Windows color (decimal): -5480457 or 16211884. OLE color: 16211884.

HSL color Cylindrical-coordinate representation of color #AC5FF7: hue angle of 270.39º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC5FF7 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17295247-
CMYK0.300.6200.03
HSL270.39º90.48%67.06%-
HSV(B)270.39º61.54%96.86%-
XYZ37.8923.6790.57-
YUV135.35191.01154.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 95 (37.5% from 255) = 18.48%
BLUE value IS 247 (96.88% from 255) = 48.05%
R=33.46%
G=18.48%
B=48.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal172952470.300.6200.03270.3990.4867.06
HexAC5FF71E3E0310e5a43
Octal254137367367603416132103
Binary101011001011111111101111111011111001110000111010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5FF7; }

 p { color: rgb(172,95,247); }

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

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

 a { background-color: rgb(172,95,247); }

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

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

 span { border-color: rgb(172,95,247); }

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