Html Css Color HEX #AE2EDE Dark Orchid

📋 copy color: '#AE2EDE'

red 174 ◦ green 46 ◦ blue 222

#AE2EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AE2EDE

Tints of Dark Orchid #AE2EDE

RGB

 RED value IS 174 (68.36% from 255) = 39.37%

 GREEN value IS 46 (18.36% from 255) = 10.41%

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 39.37%
G = 10.41%
B = 50.23%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE2EDE (or 0xAE2EDE) is known color: Dark Orchid. HEX triplet: AE, 2E and DE. RGB value is (174,46,222). Sum of RGB (Red+Green+Blue) = 174+46+222=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE2EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2EDE is #51D121. Grayscale: #676767. Windows color (decimal): -5361954 or 14560942. OLE color: 14560942.

HSL color Cylindrical-coordinate representation of color #AE2EDE: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2EDE is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 46 222 -
CMYK 0.22 0.79 0 0.13
HSL 283.64º 0.73% 0.53% -
HSV(B) 283.64º 0.79% 0.87% -
XYZ 31.62 16.23 70.57 -
YUV 104.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 174 46 222 0.22 0.79 0 0.13 283.64 0.73 0.53
Hex AE 2E DE 16 4F 0 D 11C 49 35
Octal 256 56 336 26 117 0 15 434 111 65
Binary 10101110 101110 11011110 10110 1001111 0 1101 100011100 1001001 110101

Color Harmonies of #AE2EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2EDE

Black with #AE2EDE

Text Example


Text Example

White with #AE2EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2EDE; }

 p { color: rgb(174,46,222); }

 H1.HeaderClassName
 {
   color: #AE2EDE;
 }
 .AnyTagClassName
 {
   color: #AE2EDE;
 }
</style>

background-color css

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

 a { background-color: rgb(174,46,222); }

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

border-color css

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

 span { border-color: rgb(174,46,222); }

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