#AE4CF4

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

Shades of Medium Orchid #AE4CF4

Tints of Medium Orchid #AE4CF4

Color information

#AE4CF4 (or 0xAE4CF4) is unknown color: approx Medium Orchid. HEX triplet: AE, 4C and F4. RGB value is (174,76,244). Sum of RGB (Red+Green+Blue) = 174+76+244=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #AE4CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4CF4 is #51B30B. Grayscale: #7B7B7B. Windows color (decimal): -5354252 or 16010414. OLE color: 16010414.

HSL color Cylindrical-coordinate representation of color #AE4CF4: hue angle of 275º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE4CF4 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17476244-
CMYK0.290.6900.04
HSL275º88.42%62.75%-
HSV(B)275º68.85%95.69%-
XYZ36.3720.787.67-
YUV124.45195.47163.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 76 (30.08% from 255) = 15.38%
BLUE value IS 244 (95.70% from 255) = 49.39%
R=35.22%
G=15.38%
B=49.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal174762440.290.6900.0427588.4262.75
HexAE4CF41D4504113583f
Octal256114364351050442313077
Binary1010111010011001111010011101100010101001000100111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4CF4; }

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

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

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

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

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

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

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

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