#AE3BED

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

Shades of Dark Orchid #AE3BED

Tints of Dark Orchid #AE3BED

Color information

#AE3BED (or 0xAE3BED) is unknown color: approx Dark Orchid. HEX triplet: AE, 3B and ED. RGB value is (174,59,237). Sum of RGB (Red+Green+Blue) = 174+59+237=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE3BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3BED is #51C412. Grayscale: #717171. Windows color (decimal): -5358611 or 15547310. OLE color: 15547310.

HSL color Cylindrical-coordinate representation of color #AE3BED: hue angle of 278.76º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE3BED is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17459237-
CMYK0.270.7500.07
HSL278.76º83.18%58.04%-
HSV(B)278.76º75.11%92.94%-
XYZ34.3118.2481.83-
YUV113.68197.6171.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 59 (23.44% from 255) = 12.55%
BLUE value IS 237 (92.97% from 255) = 50.43%
R=37.02%
G=12.55%
B=50.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174592370.270.7500.07278.7683.1858.04
HexAE3BED1B4B07117533a
Octal25673355331130742712372
Binary101011101110111110110111011100101101111000101111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3BED; }

 p { color: rgb(174,59,237); }

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

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

 a { background-color: rgb(174,59,237); }

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

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

 span { border-color: rgb(174,59,237); }

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