#AE2DD6

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

Shades of Dark Orchid #AE2DD6

Tints of Dark Orchid #AE2DD6

Color information

#AE2DD6 (or 0xAE2DD6) is unknown color: approx Dark Orchid. HEX triplet: AE, 2D and D6. RGB value is (174,45,214). Sum of RGB (Red+Green+Blue) = 174+45+214=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE2DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DD6 is #51D229. Grayscale: #666666. Windows color (decimal): -5362218 or 14036398. OLE color: 14036398.

HSL color Cylindrical-coordinate representation of color #AE2DD6: hue angle of 285.8º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2DD6 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17445214-
CMYK0.190.7900.16
HSL285.8º67.33%50.78%-
HSV(B)285.8º78.97%83.92%-
XYZ30.5315.7365.05-
YUV102.84190.74178.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 45 (17.97% from 255) = 10.39%
BLUE value IS 214 (83.98% from 255) = 49.42%
R=40.18%
G=10.39%
B=49.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174452140.190.7900.16285.867.3350.78
HexAE2DD6134F01011e4333
Octal256553262311702043610363
Binary10101110101101110101101001110011110100001000111101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2DD6; }

 p { color: rgb(174,45,214); }

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

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

 a { background-color: rgb(174,45,214); }

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

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

 span { border-color: rgb(174,45,214); }

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