#AA6DFB

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

Shades of Medium Purple #AA6DFB

Tints of Medium Purple #AA6DFB

Color information

#AA6DFB (or 0xAA6DFB) is unknown color: approx Medium Purple. HEX triplet: AA, 6D and FB. RGB value is (170,109,251). Sum of RGB (Red+Green+Blue) = 170+109+251=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA6DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DFB is #559204. Grayscale: #8E8E8E. Windows color (decimal): -5607941 or 16477610. OLE color: 16477610.

HSL color Cylindrical-coordinate representation of color #AA6DFB: hue angle of 265.77º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6DFB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170109251-
CMYK0.320.5700.02
HSL265.77º94.67%70.59%-
HSV(B)265.77º56.57%98.43%-
XYZ39.4626.4594.29-
YUV143.43188.71146.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 109 (42.97% from 255) = 20.57%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=32.08%
G=20.57%
B=47.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701092510.320.5700.02265.7794.6770.59
HexAA6DFB20390210a5f47
Octal252155373407102412137107
Binary1010101011011011111101110000011100101010000101010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DFB; }

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

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

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

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

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

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

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

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

cancel