#AC68F7

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

Shades of Medium Purple #AC68F7

Tints of Medium Purple #AC68F7

Color information

#AC68F7 (or 0xAC68F7) is unknown color: approx Medium Purple. HEX triplet: AC, 68 and F7. RGB value is (172,104,247). Sum of RGB (Red+Green+Blue) = 172+104+247=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC68F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68F7 is #539708. Grayscale: #8C8C8C. Windows color (decimal): -5478153 or 16214188. OLE color: 16214188.

HSL color Cylindrical-coordinate representation of color #AC68F7: hue angle of 268.53º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC68F7 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172104247-
CMYK0.300.5800.03
HSL268.53º89.94%68.82%-
HSV(B)268.53º57.89%96.86%-
XYZ38.7525.3990.85-
YUV140.63188.03150.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 104 (41.02% from 255) = 19.89%
BLUE value IS 247 (96.88% from 255) = 47.23%
R=32.89%
G=19.89%
B=47.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721042470.300.5800.03268.5389.9468.82
HexAC68F71E3A0310d5a45
Octal254150367367203415132105
Binary101011001101000111101111111011101001110000110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC68F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC68F7; }

 p { color: rgb(172,104,247); }

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

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

 a { background-color: rgb(172,104,247); }

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

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

 span { border-color: rgb(172,104,247); }

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