#AA7DFD

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

Shades of Medium Purple #AA7DFD

Tints of Medium Purple #AA7DFD

Color information

#AA7DFD (or 0xAA7DFD) is unknown color: approx Medium Purple. HEX triplet: AA, 7D and FD. RGB value is (170,125,253). Sum of RGB (Red+Green+Blue) = 170+125+253=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA7DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DFD is #558202. Grayscale: #989898. Windows color (decimal): -5603843 or 16612778. OLE color: 16612778.

HSL color Cylindrical-coordinate representation of color #AA7DFD: hue angle of 261.09º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7DFD is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170125253-
CMYK0.330.5100.01
HSL261.09º96.97%74.12%-
HSV(B)261.09º50.59%99.22%-
XYZ41.6430.3196.58-
YUV153.05184.41140.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=31.02%
G=22.81%
B=46.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701252530.330.5100.01261.0996.9774.12
HexAA7DFD213301105614a
Octal252175375416301405141112
Binary101010101111101111111011000011100110110000010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DFD; }

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

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

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

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

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

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

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

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