Html Css Color HEX #AE5BC0 Medium Orchid

📋 copy color: '#AE5BC0'

red 174 ◦ green 91 ◦ blue 192

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

Shades of Medium Orchid #AE5BC0

Tints of Medium Orchid #AE5BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.01%

R = 38.07%
G = 19.91%
B = 42.01%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE5BC0 (or 0xAE5BC0) is known color: Medium Orchid. HEX triplet: AE, 5B and C0. RGB value is (174,91,192). Sum of RGB (Red+Green+Blue) = 174+91+192=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE5BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BC0 is #51A43F. Grayscale: #7F7F7F. Windows color (decimal): -5350464 or 12606382. OLE color: 12606382.

HSL color Cylindrical-coordinate representation of color #AE5BC0: hue angle of 289.31º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5BC0 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 91 192 -
CMYK 0.09 0.53 0 0.25
HSL 289.31º 0.44% 0.55% -
HSV(B) 289.31º 0.53% 0.75% -
XYZ 30.71 20.29 52.17 -
YUV 127.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 174 91 192 0.09 0.53 0 0.25 289.31 0.44 0.55
Hex AE 5B C0 9 35 0 19 121 2C 37
Octal 256 133 300 11 65 0 31 441 54 67
Binary 10101110 1011011 11000000 1001 110101 0 11001 100100001 101100 110111

Color Harmonies of #AE5BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5BC0

Black with #AE5BC0

Text Example


Text Example

White with #AE5BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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