#AE7CF9

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

Shades of Medium Purple #AE7CF9

Tints of Medium Purple #AE7CF9

Color information

#AE7CF9 (or 0xAE7CF9) is unknown color: approx Medium Purple. HEX triplet: AE, 7C and F9. RGB value is (174,124,249). Sum of RGB (Red+Green+Blue) = 174+124+249=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #AE7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7CF9 is #518306. Grayscale: #989898. Windows color (decimal): -5341959 or 16350382. OLE color: 16350382.

HSL color Cylindrical-coordinate representation of color #AE7CF9: hue angle of 264º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE7CF9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174124249-
CMYK0.300.5000.02
HSL264º91.24%73.14%-
HSV(B)264º50.2%97.65%-
XYZ41.7630.2593.26-
YUV153.2182.06142.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 124 (48.83% from 255) = 22.67%
BLUE value IS 249 (97.66% from 255) = 45.52%
R=31.81%
G=22.67%
B=45.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741242490.300.5000.0226491.2473.14
HexAE7CF91E32021085b49
Octal256174371366202410133111
Binary101011101111100111110011111011001001010000100010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7CF9; }

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

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

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

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

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

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

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

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