#AE2DC3

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

Shades of Dark Orchid #AE2DC3

Tints of Dark Orchid #AE2DC3

Color information

#AE2DC3 (or 0xAE2DC3) is unknown color: approx Dark Orchid. HEX triplet: AE, 2D and C3. RGB value is (174,45,195). Sum of RGB (Red+Green+Blue) = 174+45+195=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE2DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DC3 is #51D23C. Grayscale: #646464. Windows color (decimal): -5362237 or 12791214. OLE color: 12791214.

HSL color Cylindrical-coordinate representation of color #AE2DC3: hue angle of 291.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2DC3 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17445195-
CMYK0.110.7700.24
HSL291.6º62.5%47.06%-
HSV(B)291.6º76.92%76.47%-
XYZ28.2414.8253-
YUV100.67181.24180.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 45 (17.97% from 255) = 10.87%
BLUE value IS 195 (76.56% from 255) = 47.10%
R=42.03%
G=10.87%
B=47.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174451950.110.7700.24291.662.547.06
HexAE2DC3B4D0181243e2f
Octal25655303131150304447657
Binary101011101011011100001110111001101011000100100100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2DC3; }

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

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

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

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

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

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

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

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