#AE2DC4

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

Shades of Dark Orchid #AE2DC4

Tints of Dark Orchid #AE2DC4

Color information

#AE2DC4 (or 0xAE2DC4) is unknown color: approx Dark Orchid. HEX triplet: AE, 2D and C4. RGB value is (174,45,196). Sum of RGB (Red+Green+Blue) = 174+45+196=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE2DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DC4 is #51D23B. Grayscale: #646464. Windows color (decimal): -5362236 or 12856750. OLE color: 12856750.

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

Color convert

RGB17445196-
CMYK0.110.7700.23
HSL291.26º62.66%47.25%-
HSV(B)291.26º77.04%76.86%-
XYZ28.3614.8653.6-
YUV100.78181.74180.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 45 (17.97% from 255) = 10.84%
BLUE value IS 196 (76.95% from 255) = 47.23%
R=41.93%
G=10.84%
B=47.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174451960.110.7700.23291.2662.6647.25
HexAE2DC4B4D0171233f2f
Octal25655304131150274437757
Binary101011101011011100010010111001101010111100100011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2DC4; }

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

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

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

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

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

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

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

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