#AC76FD

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

Shades of Medium Purple #AC76FD

Tints of Medium Purple #AC76FD

Color information

#AC76FD (or 0xAC76FD) is unknown color: approx Medium Purple. HEX triplet: AC, 76 and FD. RGB value is (172,118,253). Sum of RGB (Red+Green+Blue) = 172+118+253=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC76FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC76FD is #538902. Grayscale: #959595. Windows color (decimal): -5474563 or 16610988. OLE color: 16610988.

HSL color Cylindrical-coordinate representation of color #AC76FD: hue angle of 264º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC76FD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172118253-
CMYK0.320.5300.01
HSL264º97.12%72.75%-
HSV(B)264º53.36%99.22%-
XYZ41.2228.8296.32-
YUV149.54186.39144.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 118 (46.48% from 255) = 21.73%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=31.68%
G=21.73%
B=46.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721182530.320.5300.0126497.1272.75
HexAC76FD2035011086149
Octal254166375406501410141111
Binary101011001110110111111011000001101010110000100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76FD; }

 p { color: rgb(172,118,253); }

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

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

 a { background-color: rgb(172,118,253); }

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

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

 span { border-color: rgb(172,118,253); }

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