#AC7DDD

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

Shades of Medium Purple #AC7DDD

Tints of Medium Purple #AC7DDD

Color information

#AC7DDD (or 0xAC7DDD) is unknown color: approx Medium Purple. HEX triplet: AC, 7D and DD. RGB value is (172,125,221). Sum of RGB (Red+Green+Blue) = 172+125+221=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DDD is #538222. Grayscale: #959595. Windows color (decimal): -5472803 or 14515628. OLE color: 14515628.

HSL color Cylindrical-coordinate representation of color #AC7DDD: hue angle of 269.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC7DDD is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172125221-
CMYK0.220.4300.13
HSL269.38º58.54%67.84%-
HSV(B)269.38º43.44%86.67%-
XYZ37.428.6671.97-
YUV150168.07143.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=33.20%
G=24.13%
B=42.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721252210.220.4300.13269.3858.5467.84
HexAC7DDD162B0D10d3b44
Octal254175335265301541573104
Binary1010110011111011101110110110101011011011000011011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DDD; }

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

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

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

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

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

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

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

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