#AE45FE

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

Shades of Medium Orchid #AE45FE

Tints of Medium Orchid #AE45FE

Color information

#AE45FE (or 0xAE45FE) is unknown color: approx Medium Orchid. HEX triplet: AE, 45 and FE. RGB value is (174,69,254). Sum of RGB (Red+Green+Blue) = 174+69+254=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE45FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE45FE is #51BA01. Grayscale: #787878. Windows color (decimal): -5356034 or 16663982. OLE color: 16663982.

HSL color Cylindrical-coordinate representation of color #AE45FE: hue angle of 274.05º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE45FE is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17469254-
CMYK0.310.7300.00
HSL274.05º98.93%63.33%-
HSV(B)274.05º72.83%99.61%-
XYZ37.4720.4195.73-
YUV121.48202.79165.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 69 (27.34% from 255) = 13.88%
BLUE value IS 254 (99.61% from 255) = 51.11%
R=35.01%
G=13.88%
B=51.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal174692540.310.7300.00274.0598.9363.33
HexAE45FE1F4900112633f
Octal256105376371110042214377
Binary10101110100010111111110111111001001001000100101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE45FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE45FE; }

 p { color: rgb(174,69,254); }

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

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

 a { background-color: rgb(174,69,254); }

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

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

 span { border-color: rgb(174,69,254); }

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