#AC6EFE

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

Shades of Medium Purple #AC6EFE

Tints of Medium Purple #AC6EFE

Color information

#AC6EFE (or 0xAC6EFE) is unknown color: approx Medium Purple. HEX triplet: AC, 6E and FE. RGB value is (172,110,254). Sum of RGB (Red+Green+Blue) = 172+110+254=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC6EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6EFE is #539101. Grayscale: #909090. Windows color (decimal): -5476610 or 16674476. OLE color: 16674476.

HSL color Cylindrical-coordinate representation of color #AC6EFE: hue angle of 265.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC6EFE is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172110254-
CMYK0.320.5700.00
HSL265.83º98.63%71.37%-
HSV(B)265.83º56.69%99.61%-
XYZ40.4827.0896.86-
YUV144.95189.54147.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 110 (43.36% from 255) = 20.52%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=32.09%
G=20.52%
B=47.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721102540.320.5700.00265.8398.6371.37
HexAC6EFE20390010a6347
Octal254156376407100412143107
Binary101011001101110111111101000001110010010000101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6EFE; }

 p { color: rgb(172,110,254); }

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

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

 a { background-color: rgb(172,110,254); }

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

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

 span { border-color: rgb(172,110,254); }

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