#AA6FFD

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

Shades of Medium Purple #AA6FFD

Tints of Medium Purple #AA6FFD

Color information

#AA6FFD (or 0xAA6FFD) is unknown color: approx Medium Purple. HEX triplet: AA, 6F and FD. RGB value is (170,111,253). Sum of RGB (Red+Green+Blue) = 170+111+253=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FFD is #559002. Grayscale: #909090. Windows color (decimal): -5607427 or 16609194. OLE color: 16609194.

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

Color convert

RGB170111253-
CMYK0.330.5600.01
HSL264.93º97.26%71.37%-
HSV(B)264.93º56.13%99.22%-
XYZ39.9927.0196.03-
YUV144.83189.05145.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 253 (99.22% from 255) = 47.38%
R=31.84%
G=20.79%
B=47.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701112530.330.5600.01264.9397.2671.37
HexAA6FFD2138011096147
Octal252157375417001411141107
Binary101010101101111111111011000011110000110000100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FFD; }

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

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

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

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

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

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

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

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