Html Css Color HEX #AE4DCE Medium Orchid

📋 copy color: '#AE4DCE'

red 174 ◦ green 77 ◦ blue 206

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

Shades of Medium Orchid #AE4DCE

Tints of Medium Orchid #AE4DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 38.07%
G = 16.85%
B = 45.08%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE4DCE (or 0xAE4DCE) is known color: Medium Orchid. HEX triplet: AE, 4D and CE. RGB value is (174,77,206). Sum of RGB (Red+Green+Blue) = 174+77+206=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE4DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DCE is #51B231. Grayscale: #787878. Windows color (decimal): -5354034 or 13520302. OLE color: 13520302.

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

Color convert

RGB 174 77 206 -
CMYK 0.16 0.63 0 0.19
HSL 285.12º 0.57% 0.55% -
HSV(B) 285.12º 0.63% 0.81% -
XYZ 31.25 18.76 60.37 -
YUV 120.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 174 77 206 0.16 0.63 0 0.19 285.12 0.57 0.55
Hex AE 4D CE 10 3F 0 13 11D 39 37
Octal 256 115 316 20 77 0 23 435 71 67
Binary 10101110 1001101 11001110 10000 111111 0 10011 100011101 111001 110111

Color Harmonies of #AE4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DCE

Black with #AE4DCE

Text Example


Text Example

White with #AE4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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