#AC71E4

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

Shades of Medium Purple #AC71E4

Tints of Medium Purple #AC71E4

Color information

#AC71E4 (or 0xAC71E4) is unknown color: approx Medium Purple. HEX triplet: AC, 71 and E4. RGB value is (172,113,228). Sum of RGB (Red+Green+Blue) = 172+113+228=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC71E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71E4 is #538E1B. Grayscale: #8F8F8F. Windows color (decimal): -5475868 or 14971308. OLE color: 14971308.

HSL color Cylindrical-coordinate representation of color #AC71E4: hue angle of 270.78º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC71E4 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172113228-
CMYK0.250.5000.11
HSL270.78º68.05%66.86%-
HSV(B)270.78º50.44%89.41%-
XYZ36.9226.1876.51-
YUV143.75175.55148.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 228 (89.45% from 255) = 44.44%
R=33.53%
G=22.03%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721132280.250.5000.11270.7868.0566.86
HexAC71E419320B10f4443
Octal2541613443162013417104103
Binary10101100111000111100100110011100100101110000111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71E4; }

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

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

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

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

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

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

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

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