Html Css Color HEX #AE52DF Medium Orchid

📋 copy color: '#AE52DF'

red 174 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #AE52DF

Tints of Medium Orchid #AE52DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.12%

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

R = 36.33%
G = 17.12%
B = 46.56%

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

#AE52DF (or 0xAE52DF) is known color: Medium Orchid. HEX triplet: AE, 52 and DF. RGB value is (174,82,223). Sum of RGB (Red+Green+Blue) = 174+82+223=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE52DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52DF is #51AD20. Grayscale: #7D7D7D. Windows color (decimal): -5352737 or 14635694. OLE color: 14635694.

HSL color Cylindrical-coordinate representation of color #AE52DF: hue angle of 279.15º 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 #AE52DF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 82 223 -
CMYK 0.22 0.63 0 0.13
HSL 279.15º 0.69% 0.6% -
HSV(B) 279.15º 0.63% 0.87% -
XYZ 33.79 20.36 71.96 -
YUV 125.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 174 82 223 0.22 0.63 0 0.13 279.15 0.69 0.6
Hex AE 52 DF 16 3F 0 D 117 45 3C
Octal 256 122 337 26 77 0 15 427 105 74
Binary 10101110 1010010 11011111 10110 111111 0 1101 100010111 1000101 111100

Color Harmonies of #AE52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE52DF

Black with #AE52DF

Text Example


Text Example

White with #AE52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE52DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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