Html Css Color HEX #AE4DE8 Medium Orchid

📋 copy color: '#AE4DE8'

red 174 ◦ green 77 ◦ blue 232

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

Shades of Medium Orchid #AE4DE8

Tints of Medium Orchid #AE4DE8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.94%

 BLUE value IS 232 (91.02% from 255) = 48.03%

R = 36.02%
G = 15.94%
B = 48.03%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE4DE8 (or 0xAE4DE8) is known color: Medium Orchid. HEX triplet: AE, 4D and E8. RGB value is (174,77,232). Sum of RGB (Red+Green+Blue) = 174+77+232=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE4DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4DE8 is #51B217. Grayscale: #7B7B7B. Windows color (decimal): -5354008 or 15224238. OLE color: 15224238.

HSL color Cylindrical-coordinate representation of color #AE4DE8: hue angle of 277.55º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE4DE8 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 77 232 -
CMYK 0.25 0.67 0 0.09
HSL 277.55º 0.77% 0.61% -
HSV(B) 277.55º 0.67% 0.91% -
XYZ 34.67 20.13 78.4 -
YUV 123.67 189.14 163.9 -
System Red Green Blue C M Y K H S L
Decimal 174 77 232 0.25 0.67 0 0.09 277.55 0.77 0.61
Hex AE 4D E8 19 43 0 9 116 4D 3D
Octal 256 115 350 31 103 0 11 426 115 75
Binary 10101110 1001101 11101000 11001 1000011 0 1001 100010110 1001101 111101

Color Harmonies of #AE4DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DE8

Black with #AE4DE8

Text Example


Text Example

White with #AE4DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DE8; }

 p { color: rgb(174,77,232); }

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

background-color css

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

 a { background-color: rgb(174,77,232); }

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

border-color css

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

 span { border-color: rgb(174,77,232); }

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