Html Css Color HEX #AE4DCC Medium Orchid

📋 copy color: '#AE4DCC'

red 174 ◦ green 77 ◦ blue 204

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

Shades of Medium Orchid #AE4DCC

Tints of Medium Orchid #AE4DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 38.24%
G = 16.92%
B = 44.84%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE4DCC (or 0xAE4DCC) is known color: Medium Orchid. HEX triplet: AE, 4D and CC. RGB value is (174,77,204). Sum of RGB (Red+Green+Blue) = 174+77+204=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE4DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DCC is #51B233. Grayscale: #787878. Windows color (decimal): -5354036 or 13389230. OLE color: 13389230.

HSL color Cylindrical-coordinate representation of color #AE4DCC: hue angle of 285.83º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4DCC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 77 204 -
CMYK 0.15 0.62 0 0.2
HSL 285.83º 0.55% 0.55% -
HSV(B) 285.83º 0.62% 0.8% -
XYZ 31.01 18.67 59.1 -
YUV 120.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 174 77 204 0.15 0.62 0 0.2 285.83 0.55 0.55
Hex AE 4D CC F 3E 0 14 11E 37 37
Octal 256 115 314 17 76 0 24 436 67 67
Binary 10101110 1001101 11001100 1111 111110 0 10100 100011110 110111 110111

Color Harmonies of #AE4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DCC

Black with #AE4DCC

Text Example


Text Example

White with #AE4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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