Html Css Color HEX #AE57EF Medium Orchid

📋 copy color: '#AE57EF'

red 174 ◦ green 87 ◦ blue 239

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

Shades of Medium Orchid #AE57EF

Tints of Medium Orchid #AE57EF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.4%

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 34.8%
G = 17.4%
B = 47.8%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE57EF (or 0xAE57EF) is known color: Medium Orchid. HEX triplet: AE, 57 and EF. RGB value is (174,87,239). Sum of RGB (Red+Green+Blue) = 174+87+239=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE57EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE57EF is #51A810. Grayscale: #818181. Windows color (decimal): -5351441 or 15685550. OLE color: 15685550.

HSL color Cylindrical-coordinate representation of color #AE57EF: hue angle of 274.34º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE57EF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 87 239 -
CMYK 0.27 0.64 0 0.06
HSL 274.34º 0.83% 0.64% -
HSV(B) 274.34º 0.64% 0.94% -
XYZ 36.44 22.05 84 -
YUV 130.34 189.32 159.14 -
System Red Green Blue C M Y K H S L
Decimal 174 87 239 0.27 0.64 0 0.06 274.34 0.83 0.64
Hex AE 57 EF 1B 40 0 6 112 53 40
Octal 256 127 357 33 100 0 6 422 123 100
Binary 10101110 1010111 11101111 11011 1000000 0 110 100010010 1010011 1000000

Color Harmonies of #AE57EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE57EF

Black with #AE57EF

Text Example


Text Example

White with #AE57EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE57EF; }

 p { color: rgb(174,87,239); }

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

background-color css

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

 a { background-color: rgb(174,87,239); }

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

border-color css

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

 span { border-color: rgb(174,87,239); }

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