#AC5CFF

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

Shades of Medium Purple #AC5CFF

Tints of Medium Purple #AC5CFF

Color information

#AC5CFF (or 0xAC5CFF) is unknown color: approx Medium Purple. HEX triplet: AC, 5C and FF. RGB value is (172,92,255). Sum of RGB (Red+Green+Blue) = 172+92+255=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CFF is #53A300. Grayscale: #858585. Windows color (decimal): -5481217 or 16735404. OLE color: 16735404.

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

Color convert

RGB17292255-
CMYK0.330.6400
HSL269.45º100%68.04%-
HSV(B)269.45º63.92%100%-
XYZ38.8923.6497.12-
YUV134.5196154.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 92 (36.33% from 255) = 17.73%
BLUE value IS 255 (100% from 255) = 49.13%
R=33.14%
G=17.73%
B=49.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172922550.330.6400269.4510068.04
HexAC5CFF21400010d6444
Octal2541343774110000415144104
Binary1010110010111001111111110000110000000010000110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CFF; }

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

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

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

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

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

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

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

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