#AA6DFD

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

Shades of Medium Purple #AA6DFD

Tints of Medium Purple #AA6DFD

Color information

#AA6DFD (or 0xAA6DFD) is unknown color: approx Medium Purple. HEX triplet: AA, 6D and FD. RGB value is (170,109,253). Sum of RGB (Red+Green+Blue) = 170+109+253=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA6DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DFD is #559202. Grayscale: #8F8F8F. Windows color (decimal): -5607939 or 16608682. OLE color: 16608682.

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

Color convert

RGB170109253-
CMYK0.330.5700.01
HSL265.42º97.3%70.98%-
HSV(B)265.42º56.92%99.22%-
XYZ39.7826.5895.96-
YUV143.66189.71146.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=31.95%
G=20.49%
B=47.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701092530.330.5700.01265.4297.370.98
HexAA6DFD2139011096147
Octal252155375417101411141107
Binary101010101101101111111011000011110010110000100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DFD; }

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

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

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

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

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

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

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

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