#AE1CDE

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

Shades of Dark Orchid #AE1CDE

Tints of Dark Orchid #AE1CDE

Color information

#AE1CDE (or 0xAE1CDE) is unknown color: approx Dark Orchid. HEX triplet: AE, 1C and DE. RGB value is (174,28,222). Sum of RGB (Red+Green+Blue) = 174+28+222=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE1CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CDE is #51E321. Grayscale: #5D5D5D. Windows color (decimal): -5366562 or 14556334. OLE color: 14556334.

HSL color Cylindrical-coordinate representation of color #AE1CDE: hue angle of 285.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1CDE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17428222-
CMYK0.220.8700.13
HSL285.15º77.6%49.02%-
HSV(B)285.15º87.39%87.06%-
XYZ31.0615.170.39-
YUV93.77200.37185.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 28 (11.33% from 255) = 6.60%
BLUE value IS 222 (87.11% from 255) = 52.36%
R=41.04%
G=6.60%
B=52.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174282220.220.8700.13285.1577.649.02
HexAE1CDE16570D11d4e31
Octal256343362612701543511661
Binary101011101110011011110101101010111011011000111011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1CDE; }

 p { color: rgb(174,28,222); }

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

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

 a { background-color: rgb(174,28,222); }

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

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

 span { border-color: rgb(174,28,222); }

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