#AC69ED

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

Shades of Medium Purple #AC69ED

Tints of Medium Purple #AC69ED

Color information

#AC69ED (or 0xAC69ED) is unknown color: approx Medium Purple. HEX triplet: AC, 69 and ED. RGB value is (172,105,237). Sum of RGB (Red+Green+Blue) = 172+105+237=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC69ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69ED is #539612. Grayscale: #8B8B8B. Windows color (decimal): -5477907 or 15559084. OLE color: 15559084.

HSL color Cylindrical-coordinate representation of color #AC69ED: hue angle of 270.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC69ED is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172105237-
CMYK0.270.5600.07
HSL270.45º78.57%67.06%-
HSV(B)270.45º55.7%92.94%-
XYZ37.3524.9982.98-
YUV140.08182.7150.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 105 (41.41% from 255) = 20.43%
BLUE value IS 237 (92.97% from 255) = 46.11%
R=33.46%
G=20.43%
B=46.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721052370.270.5600.07270.4578.5767.06
HexAC69ED1B380710e4f43
Octal254151355337007416117103
Binary1010110011010011110110111011111000011110000111010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69ED; }

 p { color: rgb(172,105,237); }

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

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

 a { background-color: rgb(172,105,237); }

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

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

 span { border-color: rgb(172,105,237); }

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