Html Css Color HEX #AE3EDA Medium Orchid

📋 copy color: '#AE3EDA'

red 174 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #AE3EDA

Tints of Medium Orchid #AE3EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.66%

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

R = 38.33%
G = 13.66%
B = 48.02%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE3EDA (or 0xAE3EDA) is known color: Medium Orchid. HEX triplet: AE, 3E and DA. RGB value is (174,62,218). Sum of RGB (Red+Green+Blue) = 174+62+218=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE3EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3EDA is #51C125. Grayscale: #707070. Windows color (decimal): -5357862 or 14302894. OLE color: 14302894.

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

Color convert

RGB 174 62 218 -
CMYK 0.20 0.72 0 0.15
HSL 283.08º 0.68% 0.55% -
HSV(B) 283.08º 0.72% 0.85% -
XYZ 31.83 17.51 68.03 -
YUV 113.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 174 62 218 0.20 0.72 0 0.15 283.08 0.68 0.55
Hex AE 3E DA 14 48 0 F 11B 44 37
Octal 256 76 332 24 110 0 17 433 104 67
Binary 10101110 111110 11011010 10100 1001000 0 1111 100011011 1000100 110111

Color Harmonies of #AE3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3EDA

Black with #AE3EDA

Text Example


Text Example

White with #AE3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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