Html Css Color HEX #AA49E3 Medium Orchid

📋 copy color: '#AA49E3'

red 170 ◦ green 73 ◦ blue 227

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

Shades of Medium Orchid #AA49E3

Tints of Medium Orchid #AA49E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.3%

R = 36.17%
G = 15.53%
B = 48.3%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA49E3 (or 0xAA49E3) is known color: Medium Orchid. HEX triplet: AA, 49 and E3. RGB value is (170,73,227). Sum of RGB (Red+Green+Blue) = 170+73+227=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA49E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49E3 is #55B61C. Grayscale: #777777. Windows color (decimal): -5617181 or 14895530. OLE color: 14895530.

HSL color Cylindrical-coordinate representation of color #AA49E3: hue angle of 277.79º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA49E3 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 73 227 -
CMYK 0.25 0.68 0 0.11
HSL 277.79º 0.73% 0.59% -
HSV(B) 277.79º 0.68% 0.89% -
XYZ 32.83 18.86 74.58 -
YUV 119.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 170 73 227 0.25 0.68 0 0.11 277.79 0.73 0.59
Hex AA 49 E3 19 44 0 B 116 49 3B
Octal 252 111 343 31 104 0 13 426 111 73
Binary 10101010 1001001 11100011 11001 1000100 0 1011 100010110 1001001 111011

Color Harmonies of #AA49E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49E3

Black with #AA49E3

Text Example


Text Example

White with #AA49E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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