Html Css Color HEX #AA49F0 Medium Orchid

📋 copy color: '#AA49F0'

red 170 ◦ green 73 ◦ blue 240

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

Shades of Medium Orchid #AA49F0

Tints of Medium Orchid #AA49F0

RGB

 RED value IS 170 (66.8% from 255) = 35.2%

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

 BLUE value IS 240 (94.14% from 255) = 49.69%

R = 35.2%
G = 15.11%
B = 49.69%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA49F0 (or 0xAA49F0) is known color: Medium Orchid. HEX triplet: AA, 49 and F0. RGB value is (170,73,240). Sum of RGB (Red+Green+Blue) = 170+73+240=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA49F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49F0 is #55B60F. Grayscale: #787878. Windows color (decimal): -5617168 or 15747498. OLE color: 15747498.

HSL color Cylindrical-coordinate representation of color #AA49F0: hue angle of 274.85º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA49F0 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 73 240 -
CMYK 0.29 0.70 0 0.06
HSL 274.85º 0.85% 0.61% -
HSV(B) 274.85º 0.7% 0.94% -
XYZ 34.69 19.6 84.39 -
YUV 121.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 170 73 240 0.29 0.70 0 0.06 274.85 0.85 0.61
Hex AA 49 F0 1D 46 0 6 113 55 3D
Octal 252 111 360 35 106 0 6 423 125 75
Binary 10101010 1001001 11110000 11101 1000110 0 110 100010011 1010101 111101

Color Harmonies of #AA49F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49F0

Black with #AA49F0

Text Example


Text Example

White with #AA49F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49F0; }

 p { color: rgb(170,73,240); }

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

background-color css

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

 a { background-color: rgb(170,73,240); }

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

border-color css

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

 span { border-color: rgb(170,73,240); }

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