#AC7DED

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

Shades of Medium Purple #AC7DED

Tints of Medium Purple #AC7DED

Color information

#AC7DED (or 0xAC7DED) is unknown color: approx Medium Purple. HEX triplet: AC, 7D and ED. RGB value is (172,125,237). Sum of RGB (Red+Green+Blue) = 172+125+237=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC7DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7DED is #538212. Grayscale: #979797. Windows color (decimal): -5472787 or 15564204. OLE color: 15564204.

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

Color convert

RGB172125237-
CMYK0.270.4700.07
HSL265.18º75.68%70.98%-
HSV(B)265.18º47.26%92.94%-
XYZ39.6329.5583.74-
YUV151.82176.07142.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 237 (92.97% from 255) = 44.38%
R=32.21%
G=23.41%
B=44.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721252370.270.4700.07265.1875.6870.98
HexAC7DED1B2F071094c47
Octal254175355335707411114107
Binary1010110011111011110110111011101111011110000100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DED; }

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

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

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

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

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

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

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

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