#AC5EFF

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

Shades of Medium Purple #AC5EFF

Tints of Medium Purple #AC5EFF

Color information

#AC5EFF (or 0xAC5EFF) is unknown color: approx Medium Purple. HEX triplet: AC, 5E and FF. RGB value is (172,94,255). Sum of RGB (Red+Green+Blue) = 172+94+255=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC5EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5EFF is #53A100. Grayscale: #878787. Windows color (decimal): -5480705 or 16735916. OLE color: 16735916.

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

Color convert

RGB17294255-
CMYK0.330.6300
HSL269.07º100%68.43%-
HSV(B)269.07º63.14%100%-
XYZ39.072497.18-
YUV135.68195.34153.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 94 (37.11% from 255) = 18.04%
BLUE value IS 255 (100% from 255) = 48.94%
R=33.01%
G=18.04%
B=48.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172942550.330.6300269.0710068.43
HexAC5EFF213F0010d6444
Octal254136377417700415144104
Binary101011001011110111111111000011111110010000110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5EFF; }

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

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

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

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

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

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

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

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