#AE2FEC

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

Shades of Dark Orchid #AE2FEC

Tints of Dark Orchid #AE2FEC

Color information

#AE2FEC (or 0xAE2FEC) is unknown color: approx Dark Orchid. HEX triplet: AE, 2F and EC. RGB value is (174,47,236). Sum of RGB (Red+Green+Blue) = 174+47+236=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE2FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2FEC is #51D013. Grayscale: #696969. Windows color (decimal): -5361684 or 15478702. OLE color: 15478702.

HSL color Cylindrical-coordinate representation of color #AE2FEC: hue angle of 280.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2FEC is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17447236-
CMYK0.260.8000.07
HSL280.32º83.26%55.49%-
HSV(B)280.32º80.08%92.55%-
XYZ33.6117.0980.88-
YUV106.52201.08176.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 47 (18.75% from 255) = 10.28%
BLUE value IS 236 (92.58% from 255) = 51.64%
R=38.07%
G=10.28%
B=51.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174472360.260.8000.07280.3283.2655.49
HexAE2FEC1A50071185337
Octal25657354321200743012367
Binary101011101011111110110011010101000001111000110001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2FEC; }

 p { color: rgb(174,47,236); }

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

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

 a { background-color: rgb(174,47,236); }

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

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

 span { border-color: rgb(174,47,236); }

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