#AC79F1

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

Shades of Medium Purple #AC79F1

Tints of Medium Purple #AC79F1

Color information

#AC79F1 (or 0xAC79F1) is unknown color: approx Medium Purple. HEX triplet: AC, 79 and F1. RGB value is (172,121,241). Sum of RGB (Red+Green+Blue) = 172+121+241=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC79F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC79F1 is #53860E. Grayscale: #959595. Windows color (decimal): -5473807 or 15825324. OLE color: 15825324.

HSL color Cylindrical-coordinate representation of color #AC79F1: hue angle of 265.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC79F1 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172121241-
CMYK0.290.5000.05
HSL265.5º81.08%70.98%-
HSV(B)265.5º49.79%94.51%-
XYZ39.7328.886.68-
YUV149.93179.4143.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 121 (47.66% from 255) = 22.66%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=32.21%
G=22.66%
B=45.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721212410.290.5000.05265.581.0870.98
HexAC79F11D320510a5147
Octal254171361356205412121107
Binary1010110011110011111000111101110010010110000101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC79F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC79F1; }

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

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

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

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

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

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

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

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