Html Css Color HEX #AE1EDA Dark Orchid

📋 copy color: '#AE1EDA'

red 174 ◦ green 30 ◦ blue 218

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

Shades of Dark Orchid #AE1EDA

Tints of Dark Orchid #AE1EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 41.23%
G = 7.11%
B = 51.66%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE1EDA (or 0xAE1EDA) is known color: Dark Orchid. HEX triplet: AE, 1E and DA. RGB value is (174,30,218). Sum of RGB (Red+Green+Blue) = 174+30+218=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE1EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1EDA is #51E125. Grayscale: #5D5D5D. Windows color (decimal): -5366054 or 14294702. OLE color: 14294702.

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

Color convert

RGB 174 30 218 -
CMYK 0.20 0.86 0 0.15
HSL 285.96º 0.76% 0.49% -
HSV(B) 285.96º 0.86% 0.85% -
XYZ 30.57 14.99 67.61 -
YUV 94.49 197.71 184.71 -
System Red Green Blue C M Y K H S L
Decimal 174 30 218 0.20 0.86 0 0.15 285.96 0.76 0.49
Hex AE 1E DA 14 56 0 F 11E 4C 31
Octal 256 36 332 24 126 0 17 436 114 61
Binary 10101110 11110 11011010 10100 1010110 0 1111 100011110 1001100 110001

Color Harmonies of #AE1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1EDA

Black with #AE1EDA

Text Example


Text Example

White with #AE1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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