#AC84FD

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

Shades of Medium Purple #AC84FD

Tints of Medium Purple #AC84FD

Color information

#AC84FD (or 0xAC84FD) is unknown color: approx Medium Purple. HEX triplet: AC, 84 and FD. RGB value is (172,132,253). Sum of RGB (Red+Green+Blue) = 172+132+253=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC84FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC84FD is #537B02. Grayscale: #9D9D9D. Windows color (decimal): -5470979 or 16614572. OLE color: 16614572.

HSL color Cylindrical-coordinate representation of color #AC84FD: hue angle of 259.83º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC84FD is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172132253-
CMYK0.320.4800.01
HSL259.83º96.8%75.49%-
HSV(B)259.83º47.83%99.22%-
XYZ42.9932.3796.91-
YUV157.75181.75138.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=30.88%
G=23.70%
B=45.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721322530.320.4800.01259.8396.875.49
HexAC84FD203001104614b
Octal254204375406001404141113
Binary1010110010000100111111011000001100000110000010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84FD; }

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

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

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

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

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

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

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

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