Html Css Color HEX #AE58EC Medium Orchid

📋 copy color: '#AE58EC'

red 174 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #AE58EC

Tints of Medium Orchid #AE58EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.67%

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

R = 34.94%
G = 17.67%
B = 47.39%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE58EC (or 0xAE58EC) is known color: Medium Orchid. HEX triplet: AE, 58 and EC. RGB value is (174,88,236). Sum of RGB (Red+Green+Blue) = 174+88+236=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE58EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE58EC is #51A713. Grayscale: #828282. Windows color (decimal): -5351188 or 15489198. OLE color: 15489198.

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

Color convert

RGB 174 88 236 -
CMYK 0.26 0.63 0 0.07
HSL 274.86º 0.8% 0.64% -
HSV(B) 274.86º 0.63% 0.93% -
XYZ 36.09 22.03 81.71 -
YUV 130.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 174 88 236 0.26 0.63 0 0.07 274.86 0.8 0.64
Hex AE 58 EC 1A 3F 0 7 113 50 40
Octal 256 130 354 32 77 0 7 423 120 100
Binary 10101110 1011000 11101100 11010 111111 0 111 100010011 1010000 1000000

Color Harmonies of #AE58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE58EC

Black with #AE58EC

Text Example


Text Example

White with #AE58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE58EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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