Html Css Color HEX #AE53DF Medium Orchid

📋 copy color: '#AE53DF'

red 174 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #AE53DF

Tints of Medium Orchid #AE53DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.29%

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 36.25%
G = 17.29%
B = 46.46%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE53DF (or 0xAE53DF) is known color: Medium Orchid. HEX triplet: AE, 53 and DF. RGB value is (174,83,223). Sum of RGB (Red+Green+Blue) = 174+83+223=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE53DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE53DF is #51AC20. Grayscale: #7D7D7D. Windows color (decimal): -5352481 or 14635950. OLE color: 14635950.

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

Color convert

RGB 174 83 223 -
CMYK 0.22 0.63 0 0.13
HSL 279º 0.69% 0.6% -
HSV(B) 279º 0.63% 0.87% -
XYZ 33.87 20.51 71.99 -
YUV 126.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 174 83 223 0.22 0.63 0 0.13 279 0.69 0.6
Hex AE 53 DF 16 3F 0 D 117 45 3C
Octal 256 123 337 26 77 0 15 427 105 74
Binary 10101110 1010011 11011111 10110 111111 0 1101 100010111 1000101 111100

Color Harmonies of #AE53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE53DF

Black with #AE53DF

Text Example


Text Example

White with #AE53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE53DF; }

 p { color: rgb(174,83,223); }

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

background-color css

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

 a { background-color: rgb(174,83,223); }

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

border-color css

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

 span { border-color: rgb(174,83,223); }

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