#AE4CF1

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

Shades of Medium Orchid #AE4CF1

Tints of Medium Orchid #AE4CF1

Color information

#AE4CF1 (or 0xAE4CF1) is unknown color: approx Medium Orchid. HEX triplet: AE, 4C and F1. RGB value is (174,76,241). Sum of RGB (Red+Green+Blue) = 174+76+241=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE4CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4CF1 is #51B30E. Grayscale: #7B7B7B. Windows color (decimal): -5354255 or 15813806. OLE color: 15813806.

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

Color convert

RGB17476241-
CMYK0.280.6800.05
HSL275.64º85.49%62.16%-
HSV(B)275.64º68.46%94.51%-
XYZ35.9220.5285.29-
YUV124.11193.97163.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 76 (30.08% from 255) = 15.48%
BLUE value IS 241 (94.53% from 255) = 49.08%
R=35.44%
G=15.48%
B=49.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal174762410.280.6800.05275.6485.4962.16
HexAE4CF11C4405114553e
Octal256114361341040542412576
Binary1010111010011001111000111100100010001011000101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4CF1; }

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

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

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

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

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

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

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

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