#AC77DE

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

Shades of Medium Purple #AC77DE

Tints of Medium Purple #AC77DE

Color information

#AC77DE (or 0xAC77DE) is unknown color: approx Medium Purple. HEX triplet: AC, 77 and DE. RGB value is (172,119,222). Sum of RGB (Red+Green+Blue) = 172+119+222=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC77DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77DE is #538821. Grayscale: #929292. Windows color (decimal): -5474338 or 14579628. OLE color: 14579628.

HSL color Cylindrical-coordinate representation of color #AC77DE: hue angle of 270.87º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC77DE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172119222-
CMYK0.230.4600.13
HSL270.87º60.95%66.86%-
HSV(B)270.87º46.4%87.06%-
XYZ36.7927.2472.43-
YUV146.59170.56146.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=33.53%
G=23.20%
B=43.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721192220.230.4600.13270.8760.9566.86
HexAC77DE172E0D10f3d43
Octal254167336275601541775103
Binary1010110011101111101111010111101110011011000011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77DE; }

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

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

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

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

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

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

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

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