#AC83F3

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

Shades of Medium Purple #AC83F3

Tints of Medium Purple #AC83F3

Color information

#AC83F3 (or 0xAC83F3) is unknown color: approx Medium Purple. HEX triplet: AC, 83 and F3. RGB value is (172,131,243). Sum of RGB (Red+Green+Blue) = 172+131+243=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC83F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83F3 is #537C0C. Grayscale: #9B9B9B. Windows color (decimal): -5471245 or 15958956. OLE color: 15958956.

HSL color Cylindrical-coordinate representation of color #AC83F3: hue angle of 261.96º degrees, saturation: 0.82, 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 #AC83F3 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172131243-
CMYK0.290.4600.05
HSL261.96º82.35%73.33%-
HSV(B)261.96º46.09%95.29%-
XYZ41.3131.4788.69-
YUV156.03177.08139.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 243 (95.31% from 255) = 44.51%
R=31.50%
G=23.99%
B=44.51%

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
Decimal1721312430.290.4600.05261.9682.3573.33
HexAC83F31D2E051065249
Octal254203363355605406122111
Binary10101100100000111111001111101101110010110000011010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83F3; }

 p { color: rgb(172,131,243); }

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

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

 a { background-color: rgb(172,131,243); }

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

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

 span { border-color: rgb(172,131,243); }

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