#AC6DE7

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

Shades of Medium Purple #AC6DE7

Tints of Medium Purple #AC6DE7

Color information

#AC6DE7 (or 0xAC6DE7) is unknown color: approx Medium Purple. HEX triplet: AC, 6D and E7. RGB value is (172,109,231). Sum of RGB (Red+Green+Blue) = 172+109+231=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC6DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6DE7 is #539218. Grayscale: #8D8D8D. Windows color (decimal): -5476889 or 15166892. OLE color: 15166892.

HSL color Cylindrical-coordinate representation of color #AC6DE7: hue angle of 270.98º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6DE7 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172109231-
CMYK0.260.5300.09
HSL270.98º71.76%66.67%-
HSV(B)270.98º52.81%90.59%-
XYZ36.9125.4878.57-
YUV141.74178.37149.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 231 (90.62% from 255) = 45.12%
R=33.59%
G=21.29%
B=45.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721092310.260.5300.09270.9871.7666.67
HexAC6DE71A350910f4843
Octal2541553473265011417110103
Binary10101100110110111100111110101101010100110000111110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DE7; }

 p { color: rgb(172,109,231); }

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

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

 a { background-color: rgb(172,109,231); }

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

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

 span { border-color: rgb(172,109,231); }

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