Html Css Color HEX #AE5DCD Medium Orchid

📋 copy color: '#AE5DCD'

red 174 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #AE5DCD

Tints of Medium Orchid #AE5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.7%

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

R = 36.86%
G = 19.7%
B = 43.43%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE5DCD (or 0xAE5DCD) is known color: Medium Orchid. HEX triplet: AE, 5D and CD. RGB value is (174,93,205). Sum of RGB (Red+Green+Blue) = 174+93+205=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DCD is #51A232. Grayscale: #818181. Windows color (decimal): -5349939 or 13458862. OLE color: 13458862.

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

Color convert

RGB 174 93 205 -
CMYK 0.15 0.55 0 0.20
HSL 283.39º 0.53% 0.58% -
HSV(B) 283.39º 0.55% 0.8% -
XYZ 32.39 21.24 60.15 -
YUV 129.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 174 93 205 0.15 0.55 0 0.20 283.39 0.53 0.58
Hex AE 5D CD F 37 0 14 11B 35 3A
Octal 256 135 315 17 67 0 24 433 65 72
Binary 10101110 1011101 11001101 1111 110111 0 10100 100011011 110101 111010

Color Harmonies of #AE5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5DCD

Black with #AE5DCD

Text Example


Text Example

White with #AE5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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