#AC83FA

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

Shades of Medium Purple #AC83FA

Tints of Medium Purple #AC83FA

Color information

#AC83FA (or 0xAC83FA) is unknown color: approx Medium Purple. HEX triplet: AC, 83 and FA. RGB value is (172,131,250). Sum of RGB (Red+Green+Blue) = 172+131+250=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83FA is #537C05. Grayscale: #9C9C9C. Windows color (decimal): -5471238 or 16417708. OLE color: 16417708.

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

Color convert

RGB172131250-
CMYK0.310.4800.02
HSL260.67º92.25%74.71%-
HSV(B)260.67º47.6%98.04%-
XYZ42.3831.9194.37-
YUV156.82180.58138.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=31.10%
G=23.69%
B=45.21%

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
Decimal1721312500.310.4800.02260.6792.2574.71
HexAC83FA1F30021055c4b
Octal254203372376002405134113
Binary1010110010000011111110101111111000001010000010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83FA; }

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

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

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

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

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

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

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

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