Html Css Color HEX #AE49CF Medium Orchid

📋 copy color: '#AE49CF'

red 174 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #AE49CF

Tints of Medium Orchid #AE49CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.08%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 38.33%
G = 16.08%
B = 45.59%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE49CF (or 0xAE49CF) is known color: Medium Orchid. HEX triplet: AE, 49 and CF. RGB value is (174,73,207). Sum of RGB (Red+Green+Blue) = 174+73+207=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49CF is #51B630. Grayscale: #767676. Windows color (decimal): -5355057 or 13584814. OLE color: 13584814.

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

Color convert

RGB 174 73 207 -
CMYK 0.16 0.65 0 0.19
HSL 285.22º 0.58% 0.55% -
HSV(B) 285.22º 0.65% 0.81% -
XYZ 31.1 18.27 60.92 -
YUV 118.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 174 73 207 0.16 0.65 0 0.19 285.22 0.58 0.55
Hex AE 49 CF 10 41 0 13 11D 3A 37
Octal 256 111 317 20 101 0 23 435 72 67
Binary 10101110 1001001 11001111 10000 1000001 0 10011 100011101 111010 110111

Color Harmonies of #AE49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49CF

Black with #AE49CF

Text Example


Text Example

White with #AE49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49CF; }

 p { color: rgb(174,73,207); }

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

background-color css

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

 a { background-color: rgb(174,73,207); }

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

border-color css

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

 span { border-color: rgb(174,73,207); }

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