#AC7FFB

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

Shades of Medium Purple #AC7FFB

Tints of Medium Purple #AC7FFB

Color information

#AC7FFB (or 0xAC7FFB) is unknown color: approx Medium Purple. HEX triplet: AC, 7F and FB. RGB value is (172,127,251). Sum of RGB (Red+Green+Blue) = 172+127+251=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FFB is #538004. Grayscale: #9A9A9A. Windows color (decimal): -5472261 or 16482220. OLE color: 16482220.

HSL color Cylindrical-coordinate representation of color #AC7FFB: hue angle of 261.77º degrees, saturation: 0.94, 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 #AC7FFB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172127251-
CMYK0.310.4900.02
HSL261.77º93.94%74.12%-
HSV(B)261.77º49.4%98.43%-
XYZ42.0230.9195.02-
YUV154.59182.41140.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 127 (50% from 255) = 23.09%
BLUE value IS 251 (98.44% from 255) = 45.64%
R=31.27%
G=23.09%
B=45.64%

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
Decimal1721272510.310.4900.02261.7793.9474.12
HexAC7FFB1F31021065e4a
Octal254177373376102406136112
Binary101011001111111111110111111111000101010000011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FFB; }

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

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

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

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

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

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

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

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