#aa6cfd

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

Shades of Medium Purple #AA6CFD

Tints of Medium Purple #AA6CFD

Color information

#AA6CFD (or 0xAA6CFD) is unknown color: approx Medium Purple. HEX triplet: AA, 6C and FD. RGB value is (170,108,253). Sum of RGB (Red+Green+Blue) = 170+108+253=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA6CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CFD is #559302. Grayscale: #8E8E8E. Windows color (decimal): -5608195 or 16608426. OLE color: 16608426.

HSL color Cylindrical-coordinate representation of color #AA6CFD: hue angle of 265.66º 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 #AA6CFD is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170108253-
CMYK0.330.5700.01
HSL265.66º97.32%70.78%-
HSV(B)265.66º57.31%99.22%-
XYZ39.6726.3695.93-
YUV143.07190.04147.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 108 (42.58% from 255) = 20.34%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=32.02%
G=20.34%
B=47.65%

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
Decimal1701082530.330.5700.01265.6697.3270.78
HexAA6CFD21390110a6147
Octal252154375417101412141107
Binary101010101101100111111011000011110010110000101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6cfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6cfd; }

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

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

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

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

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

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

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

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