#AE43FC

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

Shades of Medium Orchid #AE43FC

Tints of Medium Orchid #AE43FC

Color information

#AE43FC (or 0xAE43FC) is unknown color: approx Medium Orchid. HEX triplet: AE, 43 and FC. RGB value is (174,67,252). Sum of RGB (Red+Green+Blue) = 174+67+252=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE43FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE43FC is #51BC03. Grayscale: #777777. Windows color (decimal): -5356548 or 16532398. OLE color: 16532398.

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

Color convert

RGB17467252-
CMYK0.310.7300.01
HSL274.7º96.86%62.55%-
HSV(B)274.7º73.41%98.82%-
XYZ37.0320.0494.01-
YUV120.08202.45166.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 67 (26.56% from 255) = 13.59%
BLUE value IS 252 (98.83% from 255) = 51.12%
R=35.29%
G=13.59%
B=51.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal174672520.310.7300.01274.796.8662.55
HexAE43FC1F4901113613f
Octal256103374371110142314177
Binary10101110100001111111100111111001001011000100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE43FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE43FC; }

 p { color: rgb(174,67,252); }

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

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

 a { background-color: rgb(174,67,252); }

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

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

 span { border-color: rgb(174,67,252); }

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