#AC77F4

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

Shades of Medium Purple #AC77F4

Tints of Medium Purple #AC77F4

Color information

#AC77F4 (or 0xAC77F4) is unknown color: approx Medium Purple. HEX triplet: AC, 77 and F4. RGB value is (172,119,244). Sum of RGB (Red+Green+Blue) = 172+119+244=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC77F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC77F4 is #53880B. Grayscale: #949494. Windows color (decimal): -5474316 or 16021420. OLE color: 16021420.

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

Color convert

RGB172119244-
CMYK0.300.5100.04
HSL265.44º85.03%71.18%-
HSV(B)265.44º51.23%95.69%-
XYZ39.9428.588.98-
YUV149.1181.56144.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 119 (46.88% from 255) = 22.24%
BLUE value IS 244 (95.70% from 255) = 45.61%
R=32.15%
G=22.24%
B=45.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721192440.300.5100.04265.4485.0371.18
HexAC77F41E33041095547
Octal254167364366304411125107
Binary1010110011101111111010011110110011010010000100110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77F4; }

 p { color: rgb(172,119,244); }

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

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

 a { background-color: rgb(172,119,244); }

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

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

 span { border-color: rgb(172,119,244); }

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