#AC5EFA

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

Shades of Medium Purple #AC5EFA

Tints of Medium Purple #AC5EFA

Color information

#AC5EFA (or 0xAC5EFA) is unknown color: approx Medium Purple. HEX triplet: AC, 5E and FA. RGB value is (172,94,250). Sum of RGB (Red+Green+Blue) = 172+94+250=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5EFA is #53A105. Grayscale: #868686. Windows color (decimal): -5480710 or 16408236. OLE color: 16408236.

HSL color Cylindrical-coordinate representation of color #AC5EFA: hue angle of 270º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC5EFA is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17294250-
CMYK0.310.6200.02
HSL270º93.98%67.45%-
HSV(B)270º62.4%98.04%-
XYZ38.2723.6893-
YUV135.11192.84154.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 94 (37.11% from 255) = 18.22%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=33.33%
G=18.22%
B=48.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172942500.310.6200.0227093.9867.45
HexAC5EFA1F3E0210e5e43
Octal254136372377602416136103
Binary101011001011110111110101111111111001010000111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5EFA; }

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

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

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

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

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

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

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

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