Html Css Color HEX #AE1DDB Dark Orchid

📋 copy color: '#AE1DDB'

red 174 ◦ green 29 ◦ blue 219

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

Shades of Dark Orchid #AE1DDB

Tints of Dark Orchid #AE1DDB

RGB

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

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

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

R = 41.23%
G = 6.87%
B = 51.9%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE1DDB (or 0xAE1DDB) is known color: Dark Orchid. HEX triplet: AE, 1D and DB. RGB value is (174,29,219). Sum of RGB (Red+Green+Blue) = 174+29+219=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE1DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1DDB is #51E224. Grayscale: #5D5D5D. Windows color (decimal): -5366309 or 14359982. OLE color: 14359982.

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

Color convert

RGB 174 29 219 -
CMYK 0.21 0.87 0 0.14
HSL 285.79º 0.77% 0.49% -
HSV(B) 285.79º 0.87% 0.86% -
XYZ 30.68 14.99 68.29 -
YUV 94.02 198.54 185.05 -
System Red Green Blue C M Y K H S L
Decimal 174 29 219 0.21 0.87 0 0.14 285.79 0.77 0.49
Hex AE 1D DB 15 57 0 E 11E 4D 31
Octal 256 35 333 25 127 0 16 436 115 61
Binary 10101110 11101 11011011 10101 1010111 0 1110 100011110 1001101 110001

Color Harmonies of #AE1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1DDB

Black with #AE1DDB

Text Example


Text Example

White with #AE1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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