Html Css Color HEX #AE4ADC Medium Orchid

📋 copy color: '#AE4ADC'

red 174 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #AE4ADC

Tints of Medium Orchid #AE4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.81%

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

R = 37.18%
G = 15.81%
B = 47.01%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE4ADC (or 0xAE4ADC) is known color: Medium Orchid. HEX triplet: AE, 4A and DC. RGB value is (174,74,220). Sum of RGB (Red+Green+Blue) = 174+74+220=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4ADC is #51B523. Grayscale: #787878. Windows color (decimal): -5354788 or 14437038. OLE color: 14437038.

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

Color convert

RGB 174 74 220 -
CMYK 0.21 0.66 0 0.14
HSL 281.1º 0.68% 0.58% -
HSV(B) 281.1º 0.66% 0.86% -
XYZ 32.82 19.06 69.66 -
YUV 120.54 184.13 166.13 -
System Red Green Blue C M Y K H S L
Decimal 174 74 220 0.21 0.66 0 0.14 281.1 0.68 0.58
Hex AE 4A DC 15 42 0 E 119 44 3A
Octal 256 112 334 25 102 0 16 431 104 72
Binary 10101110 1001010 11011100 10101 1000010 0 1110 100011001 1000100 111010

Color Harmonies of #AE4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4ADC

Black with #AE4ADC

Text Example


Text Example

White with #AE4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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