#AC71FF

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

Shades of Medium Purple #AC71FF

Tints of Medium Purple #AC71FF

Color information

#AC71FF (or 0xAC71FF) is unknown color: approx Medium Purple. HEX triplet: AC, 71 and FF. RGB value is (172,113,255). Sum of RGB (Red+Green+Blue) = 172+113+255=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC71FF is #538E00. Grayscale: #929292. Windows color (decimal): -5475841 or 16740780. OLE color: 16740780.

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

Color convert

RGB172113255-
CMYK0.330.5600
HSL264.93º100%72.16%-
HSV(B)264.93º55.69%100%-
XYZ40.9727.897.81-
YUV146.83189.05145.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 113 (44.53% from 255) = 20.93%
BLUE value IS 255 (100% from 255) = 47.22%
R=31.85%
G=20.93%
B=47.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721132550.330.5600264.9310072.16
HexAC71FF2138001096448
Octal254161377417000411144110
Binary101011001110001111111111000011110000010000100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71FF; }

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

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

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

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

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

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

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

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