#AE2DC6

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

Shades of Dark Orchid #AE2DC6

Tints of Dark Orchid #AE2DC6

Color information

#AE2DC6 (or 0xAE2DC6) is unknown color: approx Dark Orchid. HEX triplet: AE, 2D and C6. RGB value is (174,45,198). Sum of RGB (Red+Green+Blue) = 174+45+198=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE2DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DC6 is #51D239. Grayscale: #646464. Windows color (decimal): -5362234 or 12987822. OLE color: 12987822.

HSL color Cylindrical-coordinate representation of color #AE2DC6: hue angle of 290.59º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2DC6 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17445198-
CMYK0.120.7700.22
HSL290.59º62.96%47.65%-
HSV(B)290.59º77.27%77.65%-
XYZ28.5914.9554.81-
YUV101.01182.74180.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 45 (17.97% from 255) = 10.79%
BLUE value IS 198 (77.73% from 255) = 47.48%
R=41.73%
G=10.79%
B=47.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174451980.120.7700.22290.5962.9647.65
HexAE2DC6C4D0161233f30
Octal25655306141150264437760
Binary101011101011011100011011001001101010110100100011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2DC6; }

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

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

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

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

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

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

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

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