#ac78df

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

Shades of Medium Purple #AC78DF

Tints of Medium Purple #AC78DF

Color information

#AC78DF (or 0xAC78DF) is unknown color: approx Medium Purple. HEX triplet: AC, 78 and DF. RGB value is (172,120,223). Sum of RGB (Red+Green+Blue) = 172+120+223=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC78DF is #538720. Grayscale: #929292. Windows color (decimal): -5474081 or 14645420. OLE color: 14645420.

HSL color Cylindrical-coordinate representation of color #AC78DF: hue angle of 270.29º degrees, saturation: 0.62, 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 #AC78DF is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172120223-
CMYK0.230.4600.13
HSL270.29º61.68%67.25%-
HSV(B)270.29º46.19%87.45%-
XYZ37.0527.5373.17-
YUV147.29170.73145.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=33.40%
G=23.30%
B=43.30%

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
Decimal1721202230.230.4600.13270.2961.6867.25
HexAC78DF172E0D10e3e43
Octal254170337275601541676103
Binary1010110011110001101111110111101110011011000011101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac78df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac78df; }

 p { color: rgb(172,120,223); }

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

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

 a { background-color: rgb(172,120,223); }

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

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

 span { border-color: rgb(172,120,223); }

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