#AC84FA

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

Shades of Medium Purple #AC84FA

Tints of Medium Purple #AC84FA

Color information

#AC84FA (or 0xAC84FA) is unknown color: approx Medium Purple. HEX triplet: AC, 84 and FA. RGB value is (172,132,250). Sum of RGB (Red+Green+Blue) = 172+132+250=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC84FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC84FA is #537B05. Grayscale: #9C9C9C. Windows color (decimal): -5470982 or 16417964. OLE color: 16417964.

HSL color Cylindrical-coordinate representation of color #AC84FA: hue angle of 260.34º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC84FA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172132250-
CMYK0.310.4700.02
HSL260.34º92.19%74.9%-
HSV(B)260.34º47.2%98.04%-
XYZ42.5232.1894.41-
YUV157.41180.25138.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=31.05%
G=23.83%
B=45.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721322500.310.4700.02260.3492.1974.9
HexAC84FA1F2F021045c4b
Octal254204372375702404134113
Binary1010110010000100111110101111110111101010000010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84FA; }

 p { color: rgb(172,132,250); }

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

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

 a { background-color: rgb(172,132,250); }

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

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

 span { border-color: rgb(172,132,250); }

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