Html Css Color HEX #AE4DDF Medium Orchid

📋 copy color: '#AE4DDF'

red 174 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #AE4DDF

Tints of Medium Orchid #AE4DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 36.71%
G = 16.24%
B = 47.05%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE4DDF (or 0xAE4DDF) is known color: Medium Orchid. HEX triplet: AE, 4D and DF. RGB value is (174,77,223). Sum of RGB (Red+Green+Blue) = 174+77+223=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DDF is #51B220. Grayscale: #7A7A7A. Windows color (decimal): -5354017 or 14634414. OLE color: 14634414.

HSL color Cylindrical-coordinate representation of color #AE4DDF: hue angle of 279.86º degrees, saturation: 0.7, 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 #AE4DDF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 77 223 -
CMYK 0.22 0.65 0 0.13
HSL 279.86º 0.7% 0.59% -
HSV(B) 279.86º 0.65% 0.87% -
XYZ 33.43 19.63 71.84 -
YUV 122.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 174 77 223 0.22 0.65 0 0.13 279.86 0.7 0.59
Hex AE 4D DF 16 41 0 D 118 46 3B
Octal 256 115 337 26 101 0 15 430 106 73
Binary 10101110 1001101 11011111 10110 1000001 0 1101 100011000 1000110 111011

Color Harmonies of #AE4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DDF

Black with #AE4DDF

Text Example


Text Example

White with #AE4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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