Html Css Color HEX #AE50C3 Medium Orchid

📋 copy color: '#AE50C3'

red 174 ◦ green 80 ◦ blue 195

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

Shades of Medium Orchid #AE50C3

Tints of Medium Orchid #AE50C3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 195 (76.56% from 255) = 43.43%

R = 38.75%
G = 17.82%
B = 43.43%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE50C3 (or 0xAE50C3) is known color: Medium Orchid. HEX triplet: AE, 50 and C3. RGB value is (174,80,195). Sum of RGB (Red+Green+Blue) = 174+80+195=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE50C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50C3 is #51AF3C. Grayscale: #787878. Windows color (decimal): -5353277 or 12800174. OLE color: 12800174.

HSL color Cylindrical-coordinate representation of color #AE50C3: hue angle of 289.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE50C3 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 80 195 -
CMYK 0.11 0.59 0 0.24
HSL 289.04º 0.49% 0.54% -
HSV(B) 289.04º 0.59% 0.76% -
XYZ 30.17 18.68 53.64 -
YUV 121.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 174 80 195 0.11 0.59 0 0.24 289.04 0.49 0.54
Hex AE 50 C3 B 3B 0 18 121 31 36
Octal 256 120 303 13 73 0 30 441 61 66
Binary 10101110 1010000 11000011 1011 111011 0 11000 100100001 110001 110110

Color Harmonies of #AE50C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50C3

Black with #AE50C3

Text Example


Text Example

White with #AE50C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50C3; }

 p { color: rgb(174,80,195); }

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

background-color css

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

 a { background-color: rgb(174,80,195); }

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

border-color css

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

 span { border-color: rgb(174,80,195); }

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