Html Css Color HEX #AE4DCD Medium Orchid

📋 copy color: '#AE4DCD'

red 174 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #AE4DCD

Tints of Medium Orchid #AE4DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 38.16%
G = 16.89%
B = 44.96%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE4DCD (or 0xAE4DCD) is known color: Medium Orchid. HEX triplet: AE, 4D and CD. RGB value is (174,77,205). Sum of RGB (Red+Green+Blue) = 174+77+205=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DCD is #51B232. Grayscale: #787878. Windows color (decimal): -5354035 or 13454766. OLE color: 13454766.

HSL color Cylindrical-coordinate representation of color #AE4DCD: hue angle of 285.47º degrees, saturation: 0.56, 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 #AE4DCD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 77 205 -
CMYK 0.15 0.62 0 0.20
HSL 285.47º 0.56% 0.55% -
HSV(B) 285.47º 0.62% 0.8% -
XYZ 31.13 18.71 59.73 -
YUV 120.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 174 77 205 0.15 0.62 0 0.20 285.47 0.56 0.55
Hex AE 4D CD F 3E 0 14 11D 38 37
Octal 256 115 315 17 76 0 24 435 70 67
Binary 10101110 1001101 11001101 1111 111110 0 10100 100011101 111000 110111

Color Harmonies of #AE4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DCD

Black with #AE4DCD

Text Example


Text Example

White with #AE4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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