Html Css Color HEX #AE4ED5 Medium Orchid

📋 copy color: '#AE4ED5'

red 174 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #AE4ED5

Tints of Medium Orchid #AE4ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.77%

 BLUE value IS 213 (83.59% from 255) = 45.81%

R = 37.42%
G = 16.77%
B = 45.81%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE4ED5 (or 0xAE4ED5) is known color: Medium Orchid. HEX triplet: AE, 4E and D5. RGB value is (174,78,213). Sum of RGB (Red+Green+Blue) = 174+78+213=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE4ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4ED5 is #51B12A. Grayscale: #797979. Windows color (decimal): -5353771 or 13979310. OLE color: 13979310.

HSL color Cylindrical-coordinate representation of color #AE4ED5: hue angle of 282.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4ED5 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 78 213 -
CMYK 0.18 0.63 0 0.16
HSL 282.67º 0.62% 0.57% -
HSV(B) 282.67º 0.63% 0.84% -
XYZ 32.19 19.25 64.97 -
YUV 122.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 174 78 213 0.18 0.63 0 0.16 282.67 0.62 0.57
Hex AE 4E D5 12 3F 0 10 11B 3E 39
Octal 256 116 325 22 77 0 20 433 76 71
Binary 10101110 1001110 11010101 10010 111111 0 10000 100011011 111110 111001

Color Harmonies of #AE4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4ED5

Black with #AE4ED5

Text Example


Text Example

White with #AE4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4ED5; }

 p { color: rgb(174,78,213); }

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

background-color css

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

 a { background-color: rgb(174,78,213); }

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

border-color css

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

 span { border-color: rgb(174,78,213); }

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