Html Css Color HEX #AE1EDB Dark Orchid

📋 copy color: '#AE1EDB'

red 174 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #AE1EDB

Tints of Dark Orchid #AE1EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 41.13%
G = 7.09%
B = 51.77%

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

#AE1EDB (or 0xAE1EDB) is known color: Dark Orchid. HEX triplet: AE, 1E and DB. RGB value is (174,30,219). Sum of RGB (Red+Green+Blue) = 174+30+219=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE1EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1EDB is #51E124. Grayscale: #5D5D5D. Windows color (decimal): -5366053 or 14360238. OLE color: 14360238.

HSL color Cylindrical-coordinate representation of color #AE1EDB: hue angle of 285.71º 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 #AE1EDB is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 30 219 -
CMYK 0.21 0.86 0 0.14
HSL 285.71º 0.76% 0.49% -
HSV(B) 285.71º 0.86% 0.86% -
XYZ 30.71 15.04 68.3 -
YUV 94.6 198.21 184.63 -
System Red Green Blue C M Y K H S L
Decimal 174 30 219 0.21 0.86 0 0.14 285.71 0.76 0.49
Hex AE 1E DB 15 56 0 E 11E 4C 31
Octal 256 36 333 25 126 0 16 436 114 61
Binary 10101110 11110 11011011 10101 1010110 0 1110 100011110 1001100 110001

Color Harmonies of #AE1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1EDB

Black with #AE1EDB

Text Example


Text Example

White with #AE1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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