Html Css Color HEX #AE5BED Medium Orchid

📋 copy color: '#AE5BED'

red 174 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #AE5BED

Tints of Medium Orchid #AE5BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.13%

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

R = 34.66%
G = 18.13%
B = 47.21%

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

#AE5BED (or 0xAE5BED) is known color: Medium Orchid. HEX triplet: AE, 5B and ED. RGB value is (174,91,237). Sum of RGB (Red+Green+Blue) = 174+91+237=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE5BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5BED is #51A412. Grayscale: #838383. Windows color (decimal): -5350419 or 15555502. OLE color: 15555502.

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

Color convert

RGB 174 91 237 -
CMYK 0.27 0.62 0 0.07
HSL 274.11º 0.8% 0.64% -
HSV(B) 274.11º 0.62% 0.93% -
XYZ 36.48 22.6 82.56 -
YUV 132.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 174 91 237 0.27 0.62 0 0.07 274.11 0.8 0.64
Hex AE 5B ED 1B 3E 0 7 112 50 40
Octal 256 133 355 33 76 0 7 422 120 100
Binary 10101110 1011011 11101101 11011 111110 0 111 100010010 1010000 1000000

Color Harmonies of #AE5BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5BED

Black with #AE5BED

Text Example


Text Example

White with #AE5BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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