#AA7DDC

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

Shades of Medium Purple #AA7DDC

Tints of Medium Purple #AA7DDC

Color information

#AA7DDC (or 0xAA7DDC) is unknown color: approx Medium Purple. HEX triplet: AA, 7D and DC. RGB value is (170,125,220). Sum of RGB (Red+Green+Blue) = 170+125+220=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DDC is #558223. Grayscale: #949494. Windows color (decimal): -5603876 or 14450090. OLE color: 14450090.

HSL color Cylindrical-coordinate representation of color #AA7DDC: hue angle of 268.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7DDC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170125220-
CMYK0.230.4300.14
HSL268.42º57.58%67.65%-
HSV(B)268.42º43.18%86.27%-
XYZ36.8328.3871.25-
YUV149.28167.91142.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=33.01%
G=24.27%
B=42.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701252200.230.4300.14268.4257.5867.65
HexAA7DDC172B0E10c3a44
Octal252175334275301641472104
Binary1010101011111011101110010111101011011101000011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DDC; }

 p { color: rgb(170,125,220); }

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

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

 a { background-color: rgb(170,125,220); }

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

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

 span { border-color: rgb(170,125,220); }

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