#AE4BF3

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

Shades of Medium Orchid #AE4BF3

Tints of Medium Orchid #AE4BF3

Color information

#AE4BF3 (or 0xAE4BF3) is unknown color: approx Medium Orchid. HEX triplet: AE, 4B and F3. RGB value is (174,75,243). Sum of RGB (Red+Green+Blue) = 174+75+243=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #AE4BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4BF3 is #51B40C. Grayscale: #7B7B7B. Windows color (decimal): -5354509 or 15944622. OLE color: 15944622.

HSL color Cylindrical-coordinate representation of color #AE4BF3: hue angle of 275.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE4BF3 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17475243-
CMYK0.280.6900.05
HSL275.36º87.5%62.35%-
HSV(B)275.36º69.14%95.29%-
XYZ36.1520.586.85-
YUV123.75195.3163.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 75 (29.69% from 255) = 15.24%
BLUE value IS 243 (95.31% from 255) = 49.39%
R=35.37%
G=15.24%
B=49.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal174752430.280.6900.05275.3687.562.35
HexAE4BF31C4505113583e
Octal256113363341050542313076
Binary1010111010010111111001111100100010101011000100111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BF3; }

 p { color: rgb(174,75,243); }

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

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

 a { background-color: rgb(174,75,243); }

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

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

 span { border-color: rgb(174,75,243); }

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