#AC7FFA

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

Shades of Medium Purple #AC7FFA

Tints of Medium Purple #AC7FFA

Color information

#AC7FFA (or 0xAC7FFA) is unknown color: approx Medium Purple. HEX triplet: AC, 7F and FA. RGB value is (172,127,250). Sum of RGB (Red+Green+Blue) = 172+127+250=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC7FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FFA is #538005. Grayscale: #9A9A9A. Windows color (decimal): -5472262 or 16416684. OLE color: 16416684.

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

Color convert

RGB172127250-
CMYK0.310.4900.02
HSL261.95º92.48%73.92%-
HSV(B)261.95º49.2%98.04%-
XYZ41.8630.8594.19-
YUV154.48181.91140.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 127 (50% from 255) = 23.13%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=31.33%
G=23.13%
B=45.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721272500.310.4900.02261.9592.4873.92
HexAC7FFA1F31021065c4a
Octal254177372376102406134112
Binary101011001111111111110101111111000101010000011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FFA; }

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

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

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

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

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

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

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

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