#AC6BF7

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

Shades of Medium Purple #AC6BF7

Tints of Medium Purple #AC6BF7

Color information

#AC6BF7 (or 0xAC6BF7) is unknown color: approx Medium Purple. HEX triplet: AC, 6B and F7. RGB value is (172,107,247). Sum of RGB (Red+Green+Blue) = 172+107+247=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC6BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6BF7 is #539408. Grayscale: #8D8D8D. Windows color (decimal): -5477385 or 16214956. OLE color: 16214956.

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

Color convert

RGB172107247-
CMYK0.300.5700.03
HSL267.86º89.74%69.41%-
HSV(B)267.86º56.68%96.86%-
XYZ39.062690.96-
YUV142.39187.03149.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 107 (42.19% from 255) = 20.34%
BLUE value IS 247 (96.88% from 255) = 46.96%
R=32.70%
G=20.34%
B=46.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721072470.300.5700.03267.8689.7469.41
HexAC6BF71E390310c5a45
Octal254153367367103414132105
Binary101011001101011111101111111011100101110000110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BF7; }

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

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

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

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

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

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

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

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