#AE48E8

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

Shades of Medium Orchid #AE48E8

Tints of Medium Orchid #AE48E8

Color information

#AE48E8 (or 0xAE48E8) is unknown color: approx Medium Orchid. HEX triplet: AE, 48 and E8. RGB value is (174,72,232). Sum of RGB (Red+Green+Blue) = 174+72+232=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE48E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE48E8 is #51B717. Grayscale: #787878. Windows color (decimal): -5355288 or 15222958. OLE color: 15222958.

HSL color Cylindrical-coordinate representation of color #AE48E8: hue angle of 278.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE48E8 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17472232-
CMYK0.250.6900.09
HSL278.25º77.67%59.61%-
HSV(B)278.25º68.97%90.98%-
XYZ34.3419.4678.29-
YUV120.74190.79165.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 72 (28.52% from 255) = 15.06%
BLUE value IS 232 (91.02% from 255) = 48.54%
R=36.40%
G=15.06%
B=48.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174722320.250.6900.09278.2577.6759.61
HexAE48E81945091164e3c
Octal2561103503110501142611674
Binary10101110100100011101000110011000101010011000101101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE48E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE48E8; }

 p { color: rgb(174,72,232); }

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

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

 a { background-color: rgb(174,72,232); }

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

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

 span { border-color: rgb(174,72,232); }

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