Html Css Color HEX #AA49F9 Medium Orchid

📋 copy color: '#AA49F9'

red 170 ◦ green 73 ◦ blue 249

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

Shades of Medium Orchid #AA49F9

Tints of Medium Orchid #AA49F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 34.55%
G = 14.84%
B = 50.61%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA49F9 (or 0xAA49F9) is known color: Medium Orchid. HEX triplet: AA, 49 and F9. RGB value is (170,73,249). Sum of RGB (Red+Green+Blue) = 170+73+249=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA49F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49F9 is #55B606. Grayscale: #797979. Windows color (decimal): -5617159 or 16337322. OLE color: 16337322.

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

Color convert

RGB 170 73 249 -
CMYK 0.32 0.71 0 0.02
HSL 273.07º 0.94% 0.63% -
HSV(B) 273.07º 0.71% 0.98% -
XYZ 36.06 20.15 91.61 -
YUV 122.07 199.64 162.19 -
System Red Green Blue C M Y K H S L
Decimal 170 73 249 0.32 0.71 0 0.02 273.07 0.94 0.63
Hex AA 49 F9 20 47 0 2 111 5E 3F
Octal 252 111 371 40 107 0 2 421 136 77
Binary 10101010 1001001 11111001 100000 1000111 0 10 100010001 1011110 111111

Color Harmonies of #AA49F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49F9

Black with #AA49F9

Text Example


Text Example

White with #AA49F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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