#AE6CF9

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

Shades of Medium Purple #AE6CF9

Tints of Medium Purple #AE6CF9

Color information

#AE6CF9 (or 0xAE6CF9) is unknown color: approx Medium Purple. HEX triplet: AE, 6C and F9. RGB value is (174,108,249). Sum of RGB (Red+Green+Blue) = 174+108+249=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #AE6CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6CF9 is #519306. Grayscale: #8F8F8F. Windows color (decimal): -5346055 or 16346286. OLE color: 16346286.

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

Color convert

RGB174108249-
CMYK0.300.5700.02
HSL268.09º92.16%70%-
HSV(B)268.09º56.63%97.65%-
XYZ39.9226.5692.65-
YUV143.81187.37149.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 108 (42.58% from 255) = 20.34%
BLUE value IS 249 (97.66% from 255) = 46.89%
R=32.77%
G=20.34%
B=46.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741082490.300.5700.02268.0992.1670
HexAE6CF91E390210c5c46
Octal256154371367102414134106
Binary101011101101100111110011111011100101010000110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6CF9; }

 p { color: rgb(174,108,249); }

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

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

 a { background-color: rgb(174,108,249); }

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

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

 span { border-color: rgb(174,108,249); }

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