#AC70F3

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

Shades of Medium Purple #AC70F3

Tints of Medium Purple #AC70F3

Color information

#AC70F3 (or 0xAC70F3) is unknown color: approx Medium Purple. HEX triplet: AC, 70 and F3. RGB value is (172,112,243). Sum of RGB (Red+Green+Blue) = 172+112+243=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC70F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC70F3 is #538F0C. Grayscale: #909090. Windows color (decimal): -5476109 or 15954092. OLE color: 15954092.

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

Color convert

RGB172112243-
CMYK0.290.5400.05
HSL267.48º84.52%69.61%-
HSV(B)267.48º53.91%95.29%-
XYZ38.9926.8387.92-
YUV144.87183.38147.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 112 (44.14% from 255) = 21.25%
BLUE value IS 243 (95.31% from 255) = 46.11%
R=32.64%
G=21.25%
B=46.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721122430.290.5400.05267.4884.5269.61
HexAC70F31D360510b5546
Octal254160363356605413125106
Binary1010110011100001111001111101110110010110000101110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70F3; }

 p { color: rgb(172,112,243); }

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

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

 a { background-color: rgb(172,112,243); }

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

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

 span { border-color: rgb(172,112,243); }

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