#ac76ff

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

Shades of Medium Purple #AC76FF

Tints of Medium Purple #AC76FF

Color information

#AC76FF (or 0xAC76FF) is unknown color: approx Medium Purple. HEX triplet: AC, 76 and FF. RGB value is (172,118,255). Sum of RGB (Red+Green+Blue) = 172+118+255=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC76FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC76FF is #538900. Grayscale: #959595. Windows color (decimal): -5474561 or 16742060. OLE color: 16742060.

HSL color Cylindrical-coordinate representation of color #AC76FF: hue angle of 263.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC76FF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172118255-
CMYK0.330.5400
HSL263.65º100%73.14%-
HSV(B)263.65º53.73%100%-
XYZ41.5428.9598.01-
YUV149.76187.39143.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 118 (46.48% from 255) = 21.65%
BLUE value IS 255 (100% from 255) = 46.79%
R=31.56%
G=21.65%
B=46.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721182550.330.5400263.6510073.14
HexAC76FF2136001086449
Octal254166377416600410144111
Binary101011001110110111111111000011101100010000100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac76ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac76ff; }

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

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

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

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

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

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

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

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