#AC67F6

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

Shades of Medium Purple #AC67F6

Tints of Medium Purple #AC67F6

Color information

#AC67F6 (or 0xAC67F6) is unknown color: approx Medium Purple. HEX triplet: AC, 67 and F6. RGB value is (172,103,246). Sum of RGB (Red+Green+Blue) = 172+103+246=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC67F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC67F6 is #539809. Grayscale: #8B8B8B. Windows color (decimal): -5478410 or 16148396. OLE color: 16148396.

HSL color Cylindrical-coordinate representation of color #AC67F6: hue angle of 268.95º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC67F6 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172103246-
CMYK0.300.5800.04
HSL268.95º88.82%68.43%-
HSV(B)268.95º58.13%96.47%-
XYZ38.525.1290.01-
YUV139.93187.86150.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 246 (96.48% from 255) = 47.22%
R=33.01%
G=19.77%
B=47.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721032460.300.5800.04268.9588.8268.43
HexAC67F61E3A0410d5944
Octal254147366367204415131104
Binary1010110011001111111011011110111010010010000110110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67F6; }

 p { color: rgb(172,103,246); }

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

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

 a { background-color: rgb(172,103,246); }

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

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

 span { border-color: rgb(172,103,246); }

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