#AC78FF

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

Shades of Medium Purple #AC78FF

Tints of Medium Purple #AC78FF

Color information

#AC78FF (or 0xAC78FF) is unknown color: approx Medium Purple. HEX triplet: AC, 78 and FF. RGB value is (172,120,255). Sum of RGB (Red+Green+Blue) = 172+120+255=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC78FF is #538700. Grayscale: #969696. Windows color (decimal): -5474049 or 16742572. OLE color: 16742572.

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

Color convert

RGB172120255-
CMYK0.330.5300
HSL263.11º100%73.53%-
HSV(B)263.11º52.94%100%-
XYZ41.7829.4298.09-
YUV150.94186.73143.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 120 (47.27% from 255) = 21.94%
BLUE value IS 255 (100% from 255) = 46.62%
R=31.44%
G=21.94%
B=46.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721202550.330.5300263.1110073.53
HexAC78FF213500107644a
Octal254170377416500407144112
Binary101011001111000111111111000011101010010000011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC78FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC78FF; }

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

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

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

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

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

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

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

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