Html Css Color HEX #AE1EDC Dark Orchid

📋 copy color: '#AE1EDC'

red 174 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #AE1EDC

Tints of Dark Orchid #AE1EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 41.04%
G = 7.08%
B = 51.89%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE1EDC (or 0xAE1EDC) is known color: Dark Orchid. HEX triplet: AE, 1E and DC. RGB value is (174,30,220). Sum of RGB (Red+Green+Blue) = 174+30+220=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE1EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1EDC is #51E123. Grayscale: #5E5E5E. Windows color (decimal): -5366052 or 14425774. OLE color: 14425774.

HSL color Cylindrical-coordinate representation of color #AE1EDC: hue angle of 285.47º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1EDC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 30 220 -
CMYK 0.21 0.86 0 0.14
HSL 285.47º 0.76% 0.49% -
HSV(B) 285.47º 0.86% 0.86% -
XYZ 30.84 15.09 69 -
YUV 94.72 198.71 184.55 -
System Red Green Blue C M Y K H S L
Decimal 174 30 220 0.21 0.86 0 0.14 285.47 0.76 0.49
Hex AE 1E DC 15 56 0 E 11D 4C 31
Octal 256 36 334 25 126 0 16 435 114 61
Binary 10101110 11110 11011100 10101 1010110 0 1110 100011101 1001100 110001

Color Harmonies of #AE1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1EDC

Black with #AE1EDC

Text Example


Text Example

White with #AE1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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