Html Css Color HEX #AE49FF Medium Orchid

📋 copy color: '#AE49FF'

red 174 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #AE49FF

Tints of Medium Orchid #AE49FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 34.66%
G = 14.54%
B = 50.8%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE49FF (or 0xAE49FF) is known color: Medium Orchid. HEX triplet: AE, 49 and FF. RGB value is (174,73,255). Sum of RGB (Red+Green+Blue) = 174+73+255=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE49FF is #51B600. Grayscale: #7B7B7B. Windows color (decimal): -5355009 or 16730542. OLE color: 16730542.

HSL color Cylindrical-coordinate representation of color #AE49FF: hue angle of 273.3º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE49FF is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 73 255 -
CMYK 0.32 0.71 0 0
HSL 273.3º 1% 0.64% -
HSV(B) 273.3º 0.71% 1% -
XYZ 37.89 20.98 96.66 -
YUV 123.95 201.96 163.7 -
System Red Green Blue C M Y K H S L
Decimal 174 73 255 0.32 0.71 0 0 273.3 1 0.64
Hex AE 49 FF 20 47 0 0 111 64 40
Octal 256 111 377 40 107 0 0 421 144 100
Binary 10101110 1001001 11111111 100000 1000111 0 0 100010001 1100100 1000000

Color Harmonies of #AE49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49FF

Black with #AE49FF

Text Example


Text Example

White with #AE49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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