Html Css Color HEX #AA49F7 Medium Orchid

📋 copy color: '#AA49F7'

red 170 ◦ green 73 ◦ blue 247

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

Shades of Medium Orchid #AA49F7

Tints of Medium Orchid #AA49F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.41%

R = 34.69%
G = 14.9%
B = 50.41%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA49F7 (or 0xAA49F7) is known color: Medium Orchid. HEX triplet: AA, 49 and F7. RGB value is (170,73,247). Sum of RGB (Red+Green+Blue) = 170+73+247=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA49F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49F7 is #55B608. Grayscale: #797979. Windows color (decimal): -5617161 or 16206250. OLE color: 16206250.

HSL color Cylindrical-coordinate representation of color #AA49F7: hue angle of 273.45º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA49F7 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 73 247 -
CMYK 0.31 0.70 0 0.03
HSL 273.45º 0.92% 0.63% -
HSV(B) 273.45º 0.7% 0.97% -
XYZ 35.75 20.03 89.98 -
YUV 121.84 198.64 162.35 -
System Red Green Blue C M Y K H S L
Decimal 170 73 247 0.31 0.70 0 0.03 273.45 0.92 0.63
Hex AA 49 F7 1F 46 0 3 111 5C 3F
Octal 252 111 367 37 106 0 3 421 134 77
Binary 10101010 1001001 11110111 11111 1000110 0 11 100010001 1011100 111111

Color Harmonies of #AA49F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49F7

Black with #AA49F7

Text Example


Text Example

White with #AA49F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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