#AE6AF0

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

Shades of Medium Purple #AE6AF0

Tints of Medium Purple #AE6AF0

Color information

#AE6AF0 (or 0xAE6AF0) is unknown color: approx Medium Purple. HEX triplet: AE, 6A and F0. RGB value is (174,106,240). Sum of RGB (Red+Green+Blue) = 174+106+240=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE6AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6AF0 is #51950F. Grayscale: #8D8D8D. Windows color (decimal): -5346576 or 15755950. OLE color: 15755950.

HSL color Cylindrical-coordinate representation of color #AE6AF0: hue angle of 270.45º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE6AF0 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174106240-
CMYK0.280.5600.06
HSL270.45º81.71%67.84%-
HSV(B)270.45º55.83%94.12%-
XYZ38.3425.685.36-
YUV141.61183.53151.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 106 (41.80% from 255) = 20.38%
BLUE value IS 240 (94.14% from 255) = 46.15%
R=33.46%
G=20.38%
B=46.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741062400.280.5600.06270.4581.7167.84
HexAE6AF01C380610e5244
Octal256152360347006416122104
Binary1010111011010101111000011100111000011010000111010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6AF0; }

 p { color: rgb(174,106,240); }

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

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

 a { background-color: rgb(174,106,240); }

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

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

 span { border-color: rgb(174,106,240); }

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