#AA6AFD

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

Shades of Medium Purple #AA6AFD

Tints of Medium Purple #AA6AFD

Color information

#AA6AFD (or 0xAA6AFD) is unknown color: approx Medium Purple. HEX triplet: AA, 6A and FD. RGB value is (170,106,253). Sum of RGB (Red+Green+Blue) = 170+106+253=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA6AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6AFD is #559502. Grayscale: #8D8D8D. Windows color (decimal): -5608707 or 16607914. OLE color: 16607914.

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

Color convert

RGB170106253-
CMYK0.330.5800.01
HSL266.12º97.35%70.39%-
HSV(B)266.12º58.1%99.22%-
XYZ39.4625.9595.86-
YUV141.89190.7148.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=32.14%
G=20.04%
B=47.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701062530.330.5800.01266.1297.3570.39
HexAA6AFD213A0110a6146
Octal252152375417201412141106
Binary101010101101010111111011000011110100110000101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AFD; }

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

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

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

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

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

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

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

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