#AC7EFA

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

Shades of Medium Purple #AC7EFA

Tints of Medium Purple #AC7EFA

Color information

#AC7EFA (or 0xAC7EFA) is unknown color: approx Medium Purple. HEX triplet: AC, 7E and FA. RGB value is (172,126,250). Sum of RGB (Red+Green+Blue) = 172+126+250=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC7EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7EFA is #538105. Grayscale: #999999. Windows color (decimal): -5472518 or 16416428. OLE color: 16416428.

HSL color Cylindrical-coordinate representation of color #AC7EFA: hue angle of 262.26º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7EFA is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172126250-
CMYK0.310.5000.02
HSL262.26º92.54%73.73%-
HSV(B)262.26º49.6%98.04%-
XYZ41.7330.5994.15-
YUV153.89182.24140.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 126 (49.61% from 255) = 22.99%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=31.39%
G=22.99%
B=45.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721262500.310.5000.02262.2692.5473.73
HexAC7EFA1F32021065d4a
Octal254176372376202406135112
Binary101011001111110111110101111111001001010000011010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EFA; }

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

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

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

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

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

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

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

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