#AE4AF9

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

Shades of Medium Orchid #AE4AF9

Tints of Medium Orchid #AE4AF9

Color information

#AE4AF9 (or 0xAE4AF9) is unknown color: approx Medium Orchid. HEX triplet: AE, 4A and F9. RGB value is (174,74,249). Sum of RGB (Red+Green+Blue) = 174+74+249=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #AE4AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4AF9 is #51B506. Grayscale: #7B7B7B. Windows color (decimal): -5354759 or 16337582. OLE color: 16337582.

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

Color convert

RGB17474249-
CMYK0.300.7000.02
HSL274.29º93.58%63.33%-
HSV(B)274.29º70.28%97.65%-
XYZ3720.7491.67-
YUV123.85198.63163.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 74 (29.30% from 255) = 14.89%
BLUE value IS 249 (97.66% from 255) = 50.10%
R=35.01%
G=14.89%
B=50.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174742490.300.7000.02274.2993.5863.33
HexAE4AF91E46021125e3f
Octal256112371361060242213677
Binary101011101001010111110011111010001100101000100101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4AF9; }

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

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

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

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

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

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

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

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