Html Css Color HEX #AE1DCE Dark Orchid

📋 copy color: '#AE1DCE'

red 174 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #AE1DCE

Tints of Dark Orchid #AE1DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.09%

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

R = 42.54%
G = 7.09%
B = 50.37%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE1DCE (or 0xAE1DCE) is known color: Dark Orchid. HEX triplet: AE, 1D and CE. RGB value is (174,29,206). Sum of RGB (Red+Green+Blue) = 174+29+206=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1DCE is #51E231. Grayscale: #5B5B5B. Windows color (decimal): -5366322 or 13508014. OLE color: 13508014.

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

Color convert

RGB 174 29 206 -
CMYK 0.16 0.86 0 0.19
HSL 289.15º 0.75% 0.46% -
HSV(B) 289.15º 0.86% 0.81% -
XYZ 29.04 14.33 59.63 -
YUV 92.53 192.04 186.11 -
System Red Green Blue C M Y K H S L
Decimal 174 29 206 0.16 0.86 0 0.19 289.15 0.75 0.46
Hex AE 1D CE 10 56 0 13 121 4B 2E
Octal 256 35 316 20 126 0 23 441 113 56
Binary 10101110 11101 11001110 10000 1010110 0 10011 100100001 1001011 101110

Color Harmonies of #AE1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1DCE

Black with #AE1DCE

Text Example


Text Example

White with #AE1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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