#AC82F6

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

Shades of Medium Purple #AC82F6

Tints of Medium Purple #AC82F6

Color information

#AC82F6 (or 0xAC82F6) is unknown color: approx Medium Purple. HEX triplet: AC, 82 and F6. RGB value is (172,130,246). Sum of RGB (Red+Green+Blue) = 172+130+246=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC82F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC82F6 is #537D09. Grayscale: #9B9B9B. Windows color (decimal): -5471498 or 16155308. OLE color: 16155308.

HSL color Cylindrical-coordinate representation of color #AC82F6: hue angle of 261.72º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC82F6 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172130246-
CMYK0.300.4700.04
HSL261.72º86.57%73.73%-
HSV(B)261.72º47.15%96.47%-
XYZ41.6331.3991.05-
YUV155.78178.91139.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 246 (96.48% from 255) = 44.89%
R=31.39%
G=23.72%
B=44.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721302460.300.4700.04261.7286.5773.73
HexAC82F61E2F04106574a
Octal254202366365704406127112
Binary10101100100000101111011011110101111010010000011010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82F6; }

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

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

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

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

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

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

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

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