#AC7FF1

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

Shades of Medium Purple #AC7FF1

Tints of Medium Purple #AC7FF1

Color information

#AC7FF1 (or 0xAC7FF1) is unknown color: approx Medium Purple. HEX triplet: AC, 7F and F1. RGB value is (172,127,241). Sum of RGB (Red+Green+Blue) = 172+127+241=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FF1 is #53800E. Grayscale: #999999. Windows color (decimal): -5472271 or 15826860. OLE color: 15826860.

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

Color convert

RGB172127241-
CMYK0.290.4700.05
HSL263.68º80.28%72.16%-
HSV(B)263.68º47.3%94.51%-
XYZ40.4830.386.93-
YUV153.45177.41141.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 127 (50% from 255) = 23.52%
BLUE value IS 241 (94.53% from 255) = 44.63%
R=31.85%
G=23.52%
B=44.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721272410.290.4700.05263.6880.2872.16
HexAC7FF11D2F051085048
Octal254177361355705410120110
Binary1010110011111111111000111101101111010110000100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FF1; }

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

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

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

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

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

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

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

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