#AE1EE0

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

Shades of Dark Orchid #AE1EE0

Tints of Dark Orchid #AE1EE0

Color information

#AE1EE0 (or 0xAE1EE0) is unknown color: approx Dark Orchid. HEX triplet: AE, 1E and E0. RGB value is (174,30,224). Sum of RGB (Red+Green+Blue) = 174+30+224=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE1EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1EE0 is #51E11F. Grayscale: #5E5E5E. Windows color (decimal): -5366048 or 14687918. OLE color: 14687918.

HSL color Cylindrical-coordinate representation of color #AE1EE0: hue angle of 284.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1EE0 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17430224-
CMYK0.220.8700.12
HSL284.54º76.38%49.8%-
HSV(B)284.54º86.61%87.84%-
XYZ31.3715.3171.82-
YUV95.17200.71184.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 30 (12.11% from 255) = 7.01%
BLUE value IS 224 (87.89% from 255) = 52.34%
R=40.65%
G=7.01%
B=52.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174302240.220.8700.12284.5476.3849.8
HexAE1EE016570C11d4c32
Octal256363402612701443511462
Binary101011101111011100000101101010111011001000111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1EE0; }

 p { color: rgb(174,30,224); }

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

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

 a { background-color: rgb(174,30,224); }

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

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

 span { border-color: rgb(174,30,224); }

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