Html Css Color HEX #AA49FA Medium Orchid

📋 copy color: '#AA49FA'

red 170 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #AA49FA

Tints of Medium Orchid #AA49FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 34.48%
G = 14.81%
B = 50.71%

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

#AA49FA (or 0xAA49FA) is known color: Medium Orchid. HEX triplet: AA, 49 and FA. RGB value is (170,73,250). Sum of RGB (Red+Green+Blue) = 170+73+250=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA49FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49FA is #55B605. Grayscale: #797979. Windows color (decimal): -5617158 or 16402858. OLE color: 16402858.

HSL color Cylindrical-coordinate representation of color #AA49FA: hue angle of 272.88º degrees, saturation: 0.95, 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 #AA49FA is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 73 250 -
CMYK 0.32 0.71 0 0.02
HSL 272.88º 0.95% 0.63% -
HSV(B) 272.88º 0.71% 0.98% -
XYZ 36.22 20.21 92.44 -
YUV 122.18 200.14 162.11 -
System Red Green Blue C M Y K H S L
Decimal 170 73 250 0.32 0.71 0 0.02 272.88 0.95 0.63
Hex AA 49 FA 20 47 0 2 111 5F 3F
Octal 252 111 372 40 107 0 2 421 137 77
Binary 10101010 1001001 11111010 100000 1000111 0 10 100010001 1011111 111111

Color Harmonies of #AA49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49FA

Black with #AA49FA

Text Example


Text Example

White with #AA49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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