Html Css Color HEX #AE2EDD Dark Orchid

📋 copy color: '#AE2EDD'

red 174 ◦ green 46 ◦ blue 221

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

Shades of Dark Orchid #AE2EDD

Tints of Dark Orchid #AE2EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.43%

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

R = 39.46%
G = 10.43%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE2EDD (or 0xAE2EDD) is known color: Dark Orchid. HEX triplet: AE, 2E and DD. RGB value is (174,46,221). Sum of RGB (Red+Green+Blue) = 174+46+221=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE2EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2EDD is #51D122. Grayscale: #676767. Windows color (decimal): -5361955 or 14495406. OLE color: 14495406.

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

Color convert

RGB 174 46 221 -
CMYK 0.21 0.79 0 0.13
HSL 283.89º 0.72% 0.52% -
HSV(B) 283.89º 0.79% 0.87% -
XYZ 31.48 16.17 69.87 -
YUV 104.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 174 46 221 0.21 0.79 0 0.13 283.89 0.72 0.52
Hex AE 2E DD 15 4F 0 D 11C 48 34
Octal 256 56 335 25 117 0 15 434 110 64
Binary 10101110 101110 11011101 10101 1001111 0 1101 100011100 1001000 110100

Color Harmonies of #AE2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2EDD

Black with #AE2EDD

Text Example


Text Example

White with #AE2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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