#AE2FEE

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

Shades of Dark Orchid #AE2FEE

Tints of Dark Orchid #AE2FEE

Color information

#AE2FEE (or 0xAE2FEE) is unknown color: approx Dark Orchid. HEX triplet: AE, 2F and EE. RGB value is (174,47,238). Sum of RGB (Red+Green+Blue) = 174+47+238=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE2FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2FEE is #51D011. Grayscale: #6A6A6A. Windows color (decimal): -5361682 or 15609774. OLE color: 15609774.

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

Color convert

RGB17447238-
CMYK0.270.8000.07
HSL279.9º84.89%55.88%-
HSV(B)279.9º80.25%93.33%-
XYZ33.917.282.42-
YUV106.75202.08175.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 47 (18.75% from 255) = 10.24%
BLUE value IS 238 (93.36% from 255) = 51.85%
R=37.91%
G=10.24%
B=51.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174472380.270.8000.07279.984.8955.88
HexAE2FEE1B50071185538
Octal25657356331200743012570
Binary101011101011111110111011011101000001111000110001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2FEE; }

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

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

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

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

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

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

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

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