Html Css Color HEX #AE1ECE Dark Orchid

📋 copy color: '#AE1ECE'

red 174 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #AE1ECE

Tints of Dark Orchid #AE1ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.32%

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

R = 42.44%
G = 7.32%
B = 50.24%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE1ECE (or 0xAE1ECE) is known color: Dark Orchid. HEX triplet: AE, 1E and CE. RGB value is (174,30,206). Sum of RGB (Red+Green+Blue) = 174+30+206=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1ECE is #51E131. Grayscale: #5C5C5C. Windows color (decimal): -5366066 or 13508270. OLE color: 13508270.

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

Color convert

RGB 174 30 206 -
CMYK 0.16 0.85 0 0.19
HSL 289.09º 0.75% 0.46% -
HSV(B) 289.09º 0.85% 0.81% -
XYZ 29.06 14.38 59.64 -
YUV 93.12 191.71 185.69 -
System Red Green Blue C M Y K H S L
Decimal 174 30 206 0.16 0.85 0 0.19 289.09 0.75 0.46
Hex AE 1E CE 10 55 0 13 121 4B 2E
Octal 256 36 316 20 125 0 23 441 113 56
Binary 10101110 11110 11001110 10000 1010101 0 10011 100100001 1001011 101110

Color Harmonies of #AE1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1ECE

Black with #AE1ECE

Text Example


Text Example

White with #AE1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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