#AE3CE8

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

Shades of Dark Orchid #AE3CE8

Tints of Dark Orchid #AE3CE8

Color information

#AE3CE8 (or 0xAE3CE8) is unknown color: approx Dark Orchid. HEX triplet: AE, 3C and E8. RGB value is (174,60,232). Sum of RGB (Red+Green+Blue) = 174+60+232=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE3CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3CE8 is #51C317. Grayscale: #717171. Windows color (decimal): -5358360 or 15219886. OLE color: 15219886.

HSL color Cylindrical-coordinate representation of color #AE3CE8: hue angle of 279.77º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE3CE8 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17460232-
CMYK0.250.7400.09
HSL279.77º78.9%57.25%-
HSV(B)279.77º74.14%90.98%-
XYZ33.6418.0678.06-
YUV113.69194.77171.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 60 (23.83% from 255) = 12.88%
BLUE value IS 232 (91.02% from 255) = 49.79%
R=37.34%
G=12.88%
B=49.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174602320.250.7400.09279.7778.957.25
HexAE3CE8194A091184f39
Octal256743503111201143011771
Binary1010111011110011101000110011001010010011000110001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3CE8; }

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

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

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

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

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

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

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

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