Html Css Color HEX #AE4EDD Medium Orchid

📋 copy color: '#AE4EDD'

red 174 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #AE4EDD

Tints of Medium Orchid #AE4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 36.79%
G = 16.49%
B = 46.72%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE4EDD (or 0xAE4EDD) is known color: Medium Orchid. HEX triplet: AE, 4E and DD. RGB value is (174,78,221). Sum of RGB (Red+Green+Blue) = 174+78+221=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE4EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EDD is #51B122. Grayscale: #7A7A7A. Windows color (decimal): -5353763 or 14503598. OLE color: 14503598.

HSL color Cylindrical-coordinate representation of color #AE4EDD: hue angle of 280.28º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE4EDD is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 78 221 -
CMYK 0.21 0.65 0 0.13
HSL 280.28º 0.68% 0.59% -
HSV(B) 280.28º 0.65% 0.87% -
XYZ 33.23 19.67 70.45 -
YUV 123.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 174 78 221 0.21 0.65 0 0.13 280.28 0.68 0.59
Hex AE 4E DD 15 41 0 D 118 44 3B
Octal 256 116 335 25 101 0 15 430 104 73
Binary 10101110 1001110 11011101 10101 1000001 0 1101 100011000 1000100 111011

Color Harmonies of #AE4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4EDD

Black with #AE4EDD

Text Example


Text Example

White with #AE4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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