#AE3CEA

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

Shades of Dark Orchid #AE3CEA

Tints of Dark Orchid #AE3CEA

Color information

#AE3CEA (or 0xAE3CEA) is unknown color: approx Dark Orchid. HEX triplet: AE, 3C and EA. RGB value is (174,60,234). Sum of RGB (Red+Green+Blue) = 174+60+234=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3CEA is #51C315. Grayscale: #717171. Windows color (decimal): -5358358 or 15350958. OLE color: 15350958.

HSL color Cylindrical-coordinate representation of color #AE3CEA: hue angle of 279.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE3CEA is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17460234-
CMYK0.260.7400.08
HSL279.31º80.56%57.65%-
HSV(B)279.31º74.36%91.76%-
XYZ33.9218.1779.56-
YUV113.92195.77170.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 60 (23.83% from 255) = 12.82%
BLUE value IS 234 (91.80% from 255) = 50%
R=37.18%
G=12.82%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal174602340.260.7400.08279.3180.5657.65
HexAE3CEA1A4A08117513a
Octal256743523211201042712172
Binary1010111011110011101010110101001010010001000101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3CEA; }

 p { color: rgb(174,60,234); }

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

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

 a { background-color: rgb(174,60,234); }

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

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

 span { border-color: rgb(174,60,234); }

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