Html Css Color HEX #AE2ECE Dark Orchid

📋 copy color: '#AE2ECE'

red 174 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #AE2ECE

Tints of Dark Orchid #AE2ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 40.85%
G = 10.8%
B = 48.36%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE2ECE (or 0xAE2ECE) is known color: Dark Orchid. HEX triplet: AE, 2E and CE. RGB value is (174,46,206). Sum of RGB (Red+Green+Blue) = 174+46+206=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE2ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2ECE is #51D131. Grayscale: #656565. Windows color (decimal): -5361970 or 13512366. OLE color: 13512366.

HSL color Cylindrical-coordinate representation of color #AE2ECE: hue angle of 288º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2ECE is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 46 206 -
CMYK 0.16 0.78 0 0.19
HSL 288º 0.63% 0.49% -
HSV(B) 288º 0.78% 0.81% -
XYZ 29.57 15.41 59.81 -
YUV 102.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 174 46 206 0.16 0.78 0 0.19 288 0.63 0.49
Hex AE 2E CE 10 4E 0 13 120 3F 31
Octal 256 56 316 20 116 0 23 440 77 61
Binary 10101110 101110 11001110 10000 1001110 0 10011 100100000 111111 110001

Color Harmonies of #AE2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2ECE

Black with #AE2ECE

Text Example


Text Example

White with #AE2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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