#AE4CE5

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

Shades of Medium Orchid #AE4CE5

Tints of Medium Orchid #AE4CE5

Color information

#AE4CE5 (or 0xAE4CE5) is unknown color: approx Medium Orchid. HEX triplet: AE, 4C and E5. RGB value is (174,76,229). Sum of RGB (Red+Green+Blue) = 174+76+229=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE4CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4CE5 is #51B31A. Grayscale: #7A7A7A. Windows color (decimal): -5354267 or 15027374. OLE color: 15027374.

HSL color Cylindrical-coordinate representation of color #AE4CE5: hue angle of 278.43º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE4CE5 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17476229-
CMYK0.240.6700.10
HSL278.43º74.63%59.8%-
HSV(B)278.43º66.81%89.8%-
XYZ34.1819.8276.15-
YUV122.74187.97164.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 76 (30.08% from 255) = 15.87%
BLUE value IS 229 (89.84% from 255) = 47.81%
R=36.33%
G=15.87%
B=47.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174762290.240.6700.10278.4374.6359.8
HexAE4CE518430A1164b3c
Octal2561143453010301242611374
Binary10101110100110011100101110001000011010101000101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4CE5; }

 p { color: rgb(174,76,229); }

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

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

 a { background-color: rgb(174,76,229); }

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

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

 span { border-color: rgb(174,76,229); }

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