#AC80F6

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

Shades of Medium Purple #AC80F6

Tints of Medium Purple #AC80F6

Color information

#AC80F6 (or 0xAC80F6) is unknown color: approx Medium Purple. HEX triplet: AC, 80 and F6. RGB value is (172,128,246). Sum of RGB (Red+Green+Blue) = 172+128+246=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC80F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80F6 is #537F09. Grayscale: #9A9A9A. Windows color (decimal): -5472010 or 16154796. OLE color: 16154796.

HSL color Cylindrical-coordinate representation of color #AC80F6: hue angle of 262.37º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC80F6 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172128246-
CMYK0.300.4800.04
HSL262.37º86.76%73.33%-
HSV(B)262.37º47.97%96.47%-
XYZ41.3730.8690.97-
YUV154.61179.58140.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 246 (96.48% from 255) = 45.05%
R=31.50%
G=23.44%
B=45.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721282460.300.4800.04262.3786.7673.33
HexAC80F61E30041065749
Octal254200366366004406127111
Binary10101100100000001111011011110110000010010000011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80F6; }

 p { color: rgb(172,128,246); }

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

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

 a { background-color: rgb(172,128,246); }

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

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

 span { border-color: rgb(172,128,246); }

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