#AC71ED

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

Shades of Medium Purple #AC71ED

Tints of Medium Purple #AC71ED

Color information

#AC71ED (or 0xAC71ED) is unknown color: approx Medium Purple. HEX triplet: AC, 71 and ED. RGB value is (172,113,237). Sum of RGB (Red+Green+Blue) = 172+113+237=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC71ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC71ED is #538E12. Grayscale: #909090. Windows color (decimal): -5475859 or 15561132. OLE color: 15561132.

HSL color Cylindrical-coordinate representation of color #AC71ED: hue angle of 268.55º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC71ED is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172113237-
CMYK0.270.5200.07
HSL268.55º77.5%68.63%-
HSV(B)268.55º52.32%92.94%-
XYZ38.226.783.26-
YUV144.78180.05147.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 237 (92.97% from 255) = 45.40%
R=32.95%
G=21.65%
B=45.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721132370.270.5200.07268.5577.568.63
HexAC71ED1B340710d4e45
Octal254161355336407415116105
Binary1010110011100011110110111011110100011110000110110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71ED; }

 p { color: rgb(172,113,237); }

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

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

 a { background-color: rgb(172,113,237); }

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

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

 span { border-color: rgb(172,113,237); }

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