Html Css Color HEX #AE5CDE Medium Orchid

📋 copy color: '#AE5CDE'

red 174 ◦ green 92 ◦ blue 222

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

Shades of Medium Orchid #AE5CDE

Tints of Medium Orchid #AE5CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.85%

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 35.66%
G = 18.85%
B = 45.49%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE5CDE (or 0xAE5CDE) is known color: Medium Orchid. HEX triplet: AE, 5C and DE. RGB value is (174,92,222). Sum of RGB (Red+Green+Blue) = 174+92+222=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CDE is #51A321. Grayscale: #828282. Windows color (decimal): -5350178 or 14572718. OLE color: 14572718.

HSL color Cylindrical-coordinate representation of color #AE5CDE: hue angle of 277.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE5CDE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 92 222 -
CMYK 0.22 0.59 0 0.13
HSL 277.85º 0.66% 0.62% -
HSV(B) 277.85º 0.59% 0.87% -
XYZ 34.47 21.93 71.52 -
YUV 131.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 174 92 222 0.22 0.59 0 0.13 277.85 0.66 0.62
Hex AE 5C DE 16 3B 0 D 116 42 3E
Octal 256 134 336 26 73 0 15 426 102 76
Binary 10101110 1011100 11011110 10110 111011 0 1101 100010110 1000010 111110

Color Harmonies of #AE5CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5CDE

Black with #AE5CDE

Text Example


Text Example

White with #AE5CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5CDE; }

 p { color: rgb(174,92,222); }

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

background-color css

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

 a { background-color: rgb(174,92,222); }

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

border-color css

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

 span { border-color: rgb(174,92,222); }

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