Html Css Color HEX #AE3EE5 Medium Orchid

📋 copy color: '#AE3EE5'

red 174 ◦ green 62 ◦ blue 229

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

Shades of Medium Orchid #AE3EE5

Tints of Medium Orchid #AE3EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.25%

R = 37.42%
G = 13.33%
B = 49.25%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE3EE5 (or 0xAE3EE5) is known color: Medium Orchid. HEX triplet: AE, 3E and E5. RGB value is (174,62,229). Sum of RGB (Red+Green+Blue) = 174+62+229=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE3EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3EE5 is #51C11A. Grayscale: #717171. Windows color (decimal): -5357851 or 15023790. OLE color: 15023790.

HSL color Cylindrical-coordinate representation of color #AE3EE5: hue angle of 280.24º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE3EE5 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 62 229 -
CMYK 0.24 0.73 0 0.10
HSL 280.24º 0.76% 0.57% -
HSV(B) 280.24º 0.73% 0.9% -
XYZ 33.32 18.1 75.87 -
YUV 114.53 192.61 170.42 -
System Red Green Blue C M Y K H S L
Decimal 174 62 229 0.24 0.73 0 0.10 280.24 0.76 0.57
Hex AE 3E E5 18 49 0 A 118 4C 39
Octal 256 76 345 30 111 0 12 430 114 71
Binary 10101110 111110 11100101 11000 1001001 0 1010 100011000 1001100 111001

Color Harmonies of #AE3EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3EE5

Black with #AE3EE5

Text Example


Text Example

White with #AE3EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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