Html Css Color HEX #AE4ED8 Medium Orchid

📋 copy color: '#AE4ED8'

red 174 ◦ green 78 ◦ blue 216

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

Shades of Medium Orchid #AE4ED8

Tints of Medium Orchid #AE4ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 37.18%
G = 16.67%
B = 46.15%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE4ED8 (or 0xAE4ED8) is known color: Medium Orchid. HEX triplet: AE, 4E and D8. RGB value is (174,78,216). Sum of RGB (Red+Green+Blue) = 174+78+216=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE4ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4ED8 is #51B127. Grayscale: #797979. Windows color (decimal): -5353768 or 14175918. OLE color: 14175918.

HSL color Cylindrical-coordinate representation of color #AE4ED8: hue angle of 281.74º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE4ED8 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 78 216 -
CMYK 0.19 0.64 0 0.15
HSL 281.74º 0.64% 0.58% -
HSV(B) 281.74º 0.64% 0.85% -
XYZ 32.57 19.41 66.99 -
YUV 122.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 174 78 216 0.19 0.64 0 0.15 281.74 0.64 0.58
Hex AE 4E D8 13 40 0 F 11A 40 3A
Octal 256 116 330 23 100 0 17 432 100 72
Binary 10101110 1001110 11011000 10011 1000000 0 1111 100011010 1000000 111010

Color Harmonies of #AE4ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4ED8

Black with #AE4ED8

Text Example


Text Example

White with #AE4ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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