#AC82F9

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

Shades of Medium Purple #AC82F9

Tints of Medium Purple #AC82F9

Color information

#AC82F9 (or 0xAC82F9) is unknown color: approx Medium Purple. HEX triplet: AC, 82 and F9. RGB value is (172,130,249). Sum of RGB (Red+Green+Blue) = 172+130+249=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC82F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC82F9 is #537D06. Grayscale: #9B9B9B. Windows color (decimal): -5471495 or 16351916. OLE color: 16351916.

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

Color convert

RGB172130249-
CMYK0.310.4800.02
HSL261.18º90.84%74.31%-
HSV(B)261.18º47.79%97.65%-
XYZ42.0931.5893.5-
YUV156.12180.41139.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 249 (97.66% from 255) = 45.19%
R=31.22%
G=23.59%
B=45.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721302490.310.4800.02261.1890.8474.31
HexAC82F91F30021055b4a
Octal254202371376002405133112
Binary1010110010000010111110011111111000001010000010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82F9; }

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

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

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

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

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

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

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

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