#AC60F0

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

Shades of Medium Purple #AC60F0

Tints of Medium Purple #AC60F0

Color information

#AC60F0 (or 0xAC60F0) is unknown color: approx Medium Purple. HEX triplet: AC, 60 and F0. RGB value is (172,96,240). Sum of RGB (Red+Green+Blue) = 172+96+240=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC60F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC60F0 is #539F0F. Grayscale: #868686. Windows color (decimal): -5480208 or 15753388. OLE color: 15753388.

HSL color Cylindrical-coordinate representation of color #AC60F0: hue angle of 271.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC60F0 is Cyan = 0.28, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17296240-
CMYK0.280.600.06
HSL271.67º82.76%65.88%-
HSV(B)271.67º60%94.12%-
XYZ36.9223.4385.01-
YUV135.14187.18154.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 96 (37.89% from 255) = 18.90%
BLUE value IS 240 (94.14% from 255) = 47.24%
R=33.86%
G=18.90%
B=47.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172962400.280.600.06271.6782.7665.88
HexAC60F01C3C061105342
Octal254140360347406420123102
Binary1010110011000001111000011100111100011010001000010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60F0; }

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

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

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

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

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

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

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

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