Html Css Color HEX #AE1EDD Dark Orchid

📋 copy color: '#AE1EDD'

red 174 ◦ green 30 ◦ blue 221

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

Shades of Dark Orchid #AE1EDD

Tints of Dark Orchid #AE1EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 40.94%
G = 7.06%
B = 52%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE1EDD (or 0xAE1EDD) is known color: Dark Orchid. HEX triplet: AE, 1E and DD. RGB value is (174,30,221). Sum of RGB (Red+Green+Blue) = 174+30+221=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE1EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1EDD is #51E122. Grayscale: #5E5E5E. Windows color (decimal): -5366051 or 14491310. OLE color: 14491310.

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

Color convert

RGB 174 30 221 -
CMYK 0.21 0.86 0 0.13
HSL 285.24º 0.76% 0.49% -
HSV(B) 285.24º 0.86% 0.87% -
XYZ 30.97 15.15 69.7 -
YUV 94.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 174 30 221 0.21 0.86 0 0.13 285.24 0.76 0.49
Hex AE 1E DD 15 56 0 D 11D 4C 31
Octal 256 36 335 25 126 0 15 435 114 61
Binary 10101110 11110 11011101 10101 1010110 0 1101 100011101 1001100 110001

Color Harmonies of #AE1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1EDD

Black with #AE1EDD

Text Example


Text Example

White with #AE1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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