Html Css Color HEX #AE55EC Medium Orchid

📋 copy color: '#AE55EC'

red 174 ◦ green 85 ◦ blue 236

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

Shades of Medium Orchid #AE55EC

Tints of Medium Orchid #AE55EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 35.15%
G = 17.17%
B = 47.68%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE55EC (or 0xAE55EC) is known color: Medium Orchid. HEX triplet: AE, 55 and EC. RGB value is (174,85,236). Sum of RGB (Red+Green+Blue) = 174+85+236=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE55EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE55EC is #51AA13. Grayscale: #808080. Windows color (decimal): -5351956 or 15488430. OLE color: 15488430.

HSL color Cylindrical-coordinate representation of color #AE55EC: hue angle of 275.36º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE55EC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 85 236 -
CMYK 0.26 0.64 0 0.07
HSL 275.36º 0.8% 0.63% -
HSV(B) 275.36º 0.64% 0.93% -
XYZ 35.84 21.55 81.63 -
YUV 128.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 174 85 236 0.26 0.64 0 0.07 275.36 0.8 0.63
Hex AE 55 EC 1A 40 0 7 113 50 3F
Octal 256 125 354 32 100 0 7 423 120 77
Binary 10101110 1010101 11101100 11010 1000000 0 111 100010011 1010000 111111

Color Harmonies of #AE55EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE55EC

Black with #AE55EC

Text Example


Text Example

White with #AE55EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE55EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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