Html Css Color HEX #AE4DDC Medium Orchid

📋 copy color: '#AE4DDC'

red 174 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #AE4DDC

Tints of Medium Orchid #AE4DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 36.94%
G = 16.35%
B = 46.71%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE4DDC (or 0xAE4DDC) is known color: Medium Orchid. HEX triplet: AE, 4D and DC. RGB value is (174,77,220). Sum of RGB (Red+Green+Blue) = 174+77+220=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DDC is #51B223. Grayscale: #797979. Windows color (decimal): -5354020 or 14437806. OLE color: 14437806.

HSL color Cylindrical-coordinate representation of color #AE4DDC: hue angle of 280.7º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE4DDC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 77 220 -
CMYK 0.21 0.65 0 0.14
HSL 280.7º 0.67% 0.58% -
HSV(B) 280.7º 0.65% 0.86% -
XYZ 33.03 19.47 69.73 -
YUV 122.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 174 77 220 0.21 0.65 0 0.14 280.7 0.67 0.58
Hex AE 4D DC 15 41 0 E 119 43 3A
Octal 256 115 334 25 101 0 16 431 103 72
Binary 10101110 1001101 11011100 10101 1000001 0 1110 100011001 1000011 111010

Color Harmonies of #AE4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DDC

Black with #AE4DDC

Text Example


Text Example

White with #AE4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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