#ac71f2

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

Shades of Medium Purple #AC71F2

Tints of Medium Purple #AC71F2

Color information

#AC71F2 (or 0xAC71F2) is unknown color: approx Medium Purple. HEX triplet: AC, 71 and F2. RGB value is (172,113,242). Sum of RGB (Red+Green+Blue) = 172+113+242=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC71F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC71F2 is #538E0D. Grayscale: #909090. Windows color (decimal): -5475854 or 15888812. OLE color: 15888812.

HSL color Cylindrical-coordinate representation of color #AC71F2: hue angle of 267.44º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC71F2 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172113242-
CMYK0.290.5300.05
HSL267.44º83.23%69.61%-
HSV(B)267.44º53.31%94.9%-
XYZ38.9526.9987.16-
YUV145.35182.55147.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 242 (94.92% from 255) = 45.92%
R=32.64%
G=21.44%
B=45.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721132420.290.5300.05267.4483.2369.61
HexAC71F21D350510b5346
Octal254161362356505413123106
Binary1010110011100011111001011101110101010110000101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac71f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac71f2; }

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

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

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

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

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

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

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

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