#AC82F1

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

Shades of Medium Purple #AC82F1

Tints of Medium Purple #AC82F1

Color information

#AC82F1 (or 0xAC82F1) is unknown color: approx Medium Purple. HEX triplet: AC, 82 and F1. RGB value is (172,130,241). Sum of RGB (Red+Green+Blue) = 172+130+241=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC82F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC82F1 is #537D0E. Grayscale: #9A9A9A. Windows color (decimal): -5471503 or 15827628. OLE color: 15827628.

HSL color Cylindrical-coordinate representation of color #AC82F1: hue angle of 262.7º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC82F1 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172130241-
CMYK0.290.4600.05
HSL262.7º79.86%72.75%-
HSV(B)262.7º46.06%94.51%-
XYZ40.8731.0987.07-
YUV155.21176.41139.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 130 (51.17% from 255) = 23.94%
BLUE value IS 241 (94.53% from 255) = 44.38%
R=31.68%
G=23.94%
B=44.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721302410.290.4600.05262.779.8672.75
HexAC82F11D2E051075049
Octal254202361355605407120111
Binary10101100100000101111000111101101110010110000011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82F1; }

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

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

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

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

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

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

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

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