#AC82F0

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

Shades of Medium Purple #AC82F0

Tints of Medium Purple #AC82F0

Color information

#AC82F0 (or 0xAC82F0) is unknown color: approx Medium Purple. HEX triplet: AC, 82 and F0. RGB value is (172,130,240). Sum of RGB (Red+Green+Blue) = 172+130+240=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC82F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC82F0 is #537D0F. Grayscale: #9A9A9A. Windows color (decimal): -5471504 or 15762092. OLE color: 15762092.

HSL color Cylindrical-coordinate representation of color #AC82F0: hue angle of 262.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC82F0 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172130240-
CMYK0.280.4600.06
HSL262.91º78.57%72.55%-
HSV(B)262.91º45.83%94.12%-
XYZ40.7231.0386.28-
YUV155.1175.91140.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 130 (51.17% from 255) = 23.99%
BLUE value IS 240 (94.14% from 255) = 44.28%
R=31.73%
G=23.99%
B=44.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721302400.280.4600.06262.9178.5772.55
HexAC82F01C2E061074f49
Octal254202360345606407117111
Binary10101100100000101111000011100101110011010000011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82F0; }

 p { color: rgb(172,130,240); }

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

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

 a { background-color: rgb(172,130,240); }

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

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

 span { border-color: rgb(172,130,240); }

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