Html Css Color HEX #AE1CDB Dark Orchid

📋 copy color: '#AE1CDB'

red 174 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #AE1CDB

Tints of Dark Orchid #AE1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.65%

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

R = 41.33%
G = 6.65%
B = 52.02%

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

#AE1CDB (or 0xAE1CDB) is known color: Dark Orchid. HEX triplet: AE, 1C and DB. RGB value is (174,28,219). Sum of RGB (Red+Green+Blue) = 174+28+219=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE1CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CDB is #51E324. Grayscale: #5C5C5C. Windows color (decimal): -5366565 or 14359726. OLE color: 14359726.

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

Color convert

RGB 174 28 219 -
CMYK 0.21 0.87 0 0.14
HSL 285.86º 0.77% 0.48% -
HSV(B) 285.86º 0.87% 0.86% -
XYZ 30.66 14.94 68.29 -
YUV 93.43 198.87 185.47 -
System Red Green Blue C M Y K H S L
Decimal 174 28 219 0.21 0.87 0 0.14 285.86 0.77 0.48
Hex AE 1C DB 15 57 0 E 11E 4D 30
Octal 256 34 333 25 127 0 16 436 115 60
Binary 10101110 11100 11011011 10101 1010111 0 1110 100011110 1001101 110000

Color Harmonies of #AE1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CDB

Black with #AE1CDB

Text Example


Text Example

White with #AE1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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