Html Css Color HEX #AA49EC Medium Orchid

📋 copy color: '#AA49EC'

red 170 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #AA49EC

Tints of Medium Orchid #AA49EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 35.49%
G = 15.24%
B = 49.27%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA49EC (or 0xAA49EC) is known color: Medium Orchid. HEX triplet: AA, 49 and EC. RGB value is (170,73,236). Sum of RGB (Red+Green+Blue) = 170+73+236=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA49EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49EC is #55B613. Grayscale: #787878. Windows color (decimal): -5617172 or 15485354. OLE color: 15485354.

HSL color Cylindrical-coordinate representation of color #AA49EC: hue angle of 275.71º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA49EC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 73 236 -
CMYK 0.28 0.69 0 0.07
HSL 275.71º 0.81% 0.61% -
HSV(B) 275.71º 0.69% 0.93% -
XYZ 34.1 19.37 81.3 -
YUV 120.59 193.14 163.25 -
System Red Green Blue C M Y K H S L
Decimal 170 73 236 0.28 0.69 0 0.07 275.71 0.81 0.61
Hex AA 49 EC 1C 45 0 7 114 51 3D
Octal 252 111 354 34 105 0 7 424 121 75
Binary 10101010 1001001 11101100 11100 1000101 0 111 100010100 1010001 111101

Color Harmonies of #AA49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49EC

Black with #AA49EC

Text Example


Text Example

White with #AA49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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