Html Css Color HEX #AE59ED Medium Orchid

📋 copy color: '#AE59ED'

red 174 ◦ green 89 ◦ blue 237

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

Shades of Medium Orchid #AE59ED

Tints of Medium Orchid #AE59ED

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.8%

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 34.8%
G = 17.8%
B = 47.4%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE59ED (or 0xAE59ED) is known color: Medium Orchid. HEX triplet: AE, 59 and ED. RGB value is (174,89,237). Sum of RGB (Red+Green+Blue) = 174+89+237=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE59ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE59ED is #51A612. Grayscale: #828282. Windows color (decimal): -5350931 or 15554990. OLE color: 15554990.

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

Color convert

RGB 174 89 237 -
CMYK 0.27 0.62 0 0.07
HSL 274.46º 0.8% 0.64% -
HSV(B) 274.46º 0.62% 0.93% -
XYZ 36.31 22.26 82.5 -
YUV 131.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 174 89 237 0.27 0.62 0 0.07 274.46 0.8 0.64
Hex AE 59 ED 1B 3E 0 7 112 50 40
Octal 256 131 355 33 76 0 7 422 120 100
Binary 10101110 1011001 11101101 11011 111110 0 111 100010010 1010000 1000000

Color Harmonies of #AE59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE59ED

Black with #AE59ED

Text Example


Text Example

White with #AE59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE59ED; }

 p { color: rgb(174,89,237); }

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

background-color css

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

 a { background-color: rgb(174,89,237); }

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

border-color css

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

 span { border-color: rgb(174,89,237); }

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