Html Css Color HEX #AE58CE Medium Orchid

📋 copy color: '#AE58CE'

red 174 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #AE58CE

Tints of Medium Orchid #AE58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 37.18%
G = 18.8%
B = 44.02%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE58CE (or 0xAE58CE) is known color: Medium Orchid. HEX triplet: AE, 58 and CE. RGB value is (174,88,206). Sum of RGB (Red+Green+Blue) = 174+88+206=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58CE is #51A731. Grayscale: #7E7E7E. Windows color (decimal): -5351218 or 13523118. OLE color: 13523118.

HSL color Cylindrical-coordinate representation of color #AE58CE: hue angle of 283.73º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE58CE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 88 206 -
CMYK 0.16 0.57 0 0.19
HSL 283.73º 0.55% 0.58% -
HSV(B) 283.73º 0.57% 0.81% -
XYZ 32.09 20.43 60.65 -
YUV 127.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 174 88 206 0.16 0.57 0 0.19 283.73 0.55 0.58
Hex AE 58 CE 10 39 0 13 11C 37 3A
Octal 256 130 316 20 71 0 23 434 67 72
Binary 10101110 1011000 11001110 10000 111001 0 10011 100011100 110111 111010

Color Harmonies of #AE58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE58CE

Black with #AE58CE

Text Example


Text Example

White with #AE58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE58CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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