Html Css Color HEX #AE55EF Medium Orchid

📋 copy color: '#AE55EF'

red 174 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #AE55EF

Tints of Medium Orchid #AE55EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.07%

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

R = 34.94%
G = 17.07%
B = 47.99%

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

#AE55EF (or 0xAE55EF) is known color: Medium Orchid. HEX triplet: AE, 55 and EF. RGB value is (174,85,239). Sum of RGB (Red+Green+Blue) = 174+85+239=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE55EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE55EF is #51AA10. Grayscale: #808080. Windows color (decimal): -5351953 or 15685038. OLE color: 15685038.

HSL color Cylindrical-coordinate representation of color #AE55EF: hue angle of 274.68º 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 #AE55EF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 85 239 -
CMYK 0.27 0.64 0 0.06
HSL 274.68º 0.83% 0.64% -
HSV(B) 274.68º 0.64% 0.94% -
XYZ 36.28 21.73 83.94 -
YUV 129.17 189.99 159.98 -
System Red Green Blue C M Y K H S L
Decimal 174 85 239 0.27 0.64 0 0.06 274.68 0.83 0.64
Hex AE 55 EF 1B 40 0 6 113 53 40
Octal 256 125 357 33 100 0 6 423 123 100
Binary 10101110 1010101 11101111 11011 1000000 0 110 100010011 1010011 1000000

Color Harmonies of #AE55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE55EF

Black with #AE55EF

Text Example


Text Example

White with #AE55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE55EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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